C# 클래스 Tpm2Lib.TimeInfo

상속: TpmStructureBase
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : TimeInfo
TimeInfo ( ) : System
TimeInfo ( TimeInfo the_TimeInfo ) : System
TimeInfo ( ulong the_time, ClockInfo the_clockInfo ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : TimeInfo
리턴 TimeInfo

TimeInfo() 공개 메소드

public TimeInfo ( ) : System
리턴 System

TimeInfo() 공개 메소드

public TimeInfo ( TimeInfo the_TimeInfo ) : System
the_TimeInfo TimeInfo
리턴 System

TimeInfo() 공개 메소드

public TimeInfo ( ulong the_time, ClockInfo the_clockInfo ) : System
the_time ulong time in milliseconds since the last _TPM_Init() or TPM2_Startup() This structure element is used to report on the TPM's Time value.
the_clockInfo ClockInfo a structure containing the clock information
리턴 System