Context Class
Represents the context of an invoked method or symbol.
Inheritance Hierarchy
SystemObject
TcHmiSrv.CoreContext
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
public class Context : ICopyable<Context>,
IDeepCopyable<Context>, IShallowCopyable<Context>, IEquatable<Context>The Context type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Contains the currently active domain. | |
|
|
Contains a hash value that uniquely identifies the Context. | |
|
|
Contains the type of the request that is currently being executed. | |
|
|
Contains the Session of the active user. | |
|
|
Contains an identifier to uniquely identify a subscription. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Creates a new object that is a deep copy of the current Context. | |
|
|
Indicates whether the current Context is equal to another Context. | |
|
|
Determines whether the specified Object is equal to the
current Context. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Creates a new Context that is a shallow copy of the current Context. | |
|
|
Returns a string that represents the current object. |
Operators
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether two instances of the Context class are equal. | |
|
|
Determines whether two instances of the Context class are not equal. |
Extension Methods
|
|
Name |
Description |
|---|---|---|
|
|
Returns an unformatted JSON String that represents the
current Context. | |
|
|
Returns a JSON String that represents the
current Context. |
Version Information
Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0