C# 클래스 Tpm2Lib.TpmStructureBase.TpmStructMemberInfo

Reflection and additional information associated with a TPM structure member.
파일 보기 프로젝트 열기: Microsoft/TSS.MSR

공개 프로퍼티들

프로퍼티 타입 설명
SizeLength int
SizeName string
Tag TpmStructMemberInfo
Value object
WireType MarshalType

공개 메소드들

메소드 설명
GetValueAsUInt ( ) : uint
TpmStructMemberInfo ( MemberInfo mi ) : System

메소드 상세

GetValueAsUInt() 공개 메소드

public GetValueAsUInt ( ) : uint
리턴 uint

TpmStructMemberInfo() 공개 메소드

public TpmStructMemberInfo ( MemberInfo mi ) : System
mi System.Reflection.MemberInfo
리턴 System

프로퍼티 상세

SizeLength 공개적으로 프로퍼티

public int SizeLength
리턴 int

SizeName 공개적으로 프로퍼티

public string SizeName
리턴 string

Tag 공개적으로 프로퍼티

Reference to the info of the selector or size tag field associated with this member.
public TpmStructMemberInfo Tag
리턴 TpmStructMemberInfo

Value 공개적으로 프로퍼티

(Unmarshaled) Value of this structure member.
public object Value
리턴 object

WireType 공개적으로 프로퍼티

Marshaling attribute of this structure member.
public MarshalType WireType
리턴 MarshalType