C# Класс System.Runtime.InteropServices.ComTypes.PropVariant

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetDataBytes byte[]
PropVariantClear int

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

Метод Описание
Clear ( ) : void

Called to clear the PropVariant's referenced and local memory.

You must call Clear to avoid memory leaks.

Приватные методы

Метод Описание
GetDataBytes ( ) : byte[]

Gets a byte array containing the data bits of the struct.

PropVariantClear ( PropVariant &pvar ) : int

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

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

Called to clear the PropVariant's referenced and local memory.
You must call Clear to avoid memory leaks.
public Clear ( ) : void
Результат void