Session Methods

The Session type exposes the following members.

Methods

 

Name

Description

Session Methods 1:

DeepCopy

Creates a new object that is a deep copy of the current Session.

Session Methods 2:

Equals(Object)

Determines whether the specified Object is equal to the current Session. (Overrides Object.Equals(Object).)

Session Methods 3:

Equals(Session)

Indicates whether the current Session is equal to another Session.

Session Methods 4:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Session Methods 5:

GetHashCode

Serves as the default hash function. (Overrides Object.GetHashCode..)

Session Methods 6:

GetType

Gets the Type of the current instance. (Inherited from Object.)

Session Methods 7:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Session Methods 8:

ShallowCopy

Creates a new Session that is a shallow copy of the current Session.

Session Methods 9:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Extension Methods

 

Name

Description

Session Methods 10:

ToJson.

Overloaded.

Returns an unformatted JSON String that represents the current Session. (Defined by SessionExtensions.)

Session Methods 11:

ToJson(Boolean)

Overloaded.

Returns a JSON String that represents the current Session. (Defined by SessionExtensions.)

Reference

Session Class

TcHmiSrv.Core Namespace