Context Methods

The Context type exposes the following members.

Methods

 

Name

Description

Context Methods 1:

DeepCopy

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

Context Methods 2:

Equals(Object)

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

Context Methods 3:

Equals(Context)

Indicates whether the current Context is equal to another Context.

Context 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.)

Context Methods 5:

GetHashCode

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

Context Methods 6:

GetType

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

Context Methods 7:

MemberwiseClone

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

Context Methods 8:

ShallowCopy

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

Context Methods 9:

ToString

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

Extension Methods

 

Name

Description

Context Methods 10:

ToJson.

Overloaded.

Returns an unformatted JSON String that represents the current Context. (Defined by ContextExtensions.)

Context Methods 11:

ToJson(Boolean)

Overloaded.

Returns a JSON String that represents the current Context. (Defined by ContextExtensions.)

Reference

Context Class

TcHmiSrv.Core Namespace