Class GameClientTokenDefinition
A class containing the members for a game client token.
Implements
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class GameClientTokenDefinition : BasicTokenDefinition, IEquatable<BasicTokenDefinition>
Constructors
View SourceGameClientTokenDefinition()
Initializes a new instance of the GameClientTokenDefinition class.
Declaration
public GameClientTokenDefinition()
GameClientTokenDefinition(BasicTokenDefinition)
Initializes a new instance of the GameClientTokenDefinition class.
Declaration
public GameClientTokenDefinition(BasicTokenDefinition other)
Parameters
Type | Name | Description |
---|---|---|
BasicTokenDefinition | other | The basic token definition to copy. |
Properties
View SourceIsStaticMethod
Gets or sets a value indicating whether this token resolves a static method.
Declaration
public bool IsStaticMethod { get; set; }
Property Value
Type | Description |
---|---|
bool |
TargetMethodName
Gets or sets the method name of the method to resolve this token.
Declaration
public string TargetMethodName { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetType
Gets or sets the target type for resolving this token.
Declaration
public string TargetType { get; set; }
Property Value
Type | Description |
---|---|
string |