C# Класс Steamp3.COM.PropertyStore

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

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

Метод Описание
Contains ( System.Guid guid ) : bool
Get ( int index ) : PropertyKey
GetValue ( int index ) : PropVariant
this ( System.Guid guid ) : PropertyStoreProperty
this ( int index ) : PropertyStoreProperty

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

Метод Описание
PropertyStore ( IPropertyStore store ) : System

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

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

public Contains ( System.Guid guid ) : bool
guid System.Guid
Результат bool

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

public Get ( int index ) : PropertyKey
index int
Результат PropertyKey

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

public GetValue ( int index ) : PropVariant
index int
Результат PropVariant

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

public this ( System.Guid guid ) : PropertyStoreProperty
guid System.Guid
Результат PropertyStoreProperty

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

public this ( int index ) : PropertyStoreProperty
index int
Результат PropertyStoreProperty