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.
Показать файл Открыть проект

Открытые методы

Метод Описание
TpmHandleX ( TpmHandle h ) : System

Описание методов

TpmHandleX() публичный Метод

public TpmHandleX ( TpmHandle h ) : System
h TpmHandle
Результат System