C# 클래스 Tpm2Lib.TpmHandleX

This class is a crutch for C#'s inability to support implicit conversions between derived and base classes. Data structures with members of Types derived from TpmHandle declare those members as private, expose them via properties of type TpmHandleX, and use TpmHandleX as the type of the sorresponding constructor arguments.
파일 보기 프로젝트 열기: Microsoft/TSS.MSR

공개 메소드들

메소드 설명
TpmHandleX ( TpmHandle h ) : System

메소드 상세

TpmHandleX() 공개 메소드

public TpmHandleX ( TpmHandle h ) : System
h TpmHandle
리턴 System