C# Class Tpm2Lib.TpmStructureBase.TpmStructMemberInfo

Reflection and additional information associated with a TPM structure member.
Afficher le fichier Open project: Microsoft/TSS.MSR

Méthodes publiques

Свойство Type Description
SizeLength int
SizeName string
Tag TpmStructMemberInfo
Value object
WireType MarshalType

Méthodes publiques

Méthode Description
GetValueAsUInt ( ) : uint
TpmStructMemberInfo ( MemberInfo mi ) : System

Method Details

GetValueAsUInt() public méthode

public GetValueAsUInt ( ) : uint
Résultat uint

TpmStructMemberInfo() public méthode

public TpmStructMemberInfo ( MemberInfo mi ) : System
mi System.Reflection.MemberInfo
Résultat System

Property Details

SizeLength public_oe property

public int SizeLength
Résultat int

SizeName public_oe property

public string SizeName
Résultat string

Tag public_oe property

Reference to the info of the selector or size tag field associated with this member.
public TpmStructMemberInfo Tag
Résultat TpmStructMemberInfo

Value public_oe property

(Unmarshaled) Value of this structure member.
public object Value
Résultat object

WireType public_oe property

Marshaling attribute of this structure member.
public MarshalType WireType
Résultat MarshalType