C# Класс Fuji.Resource

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
handle System.UIntPtr

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

Метод Описание
AddRef ( ) : int
Find ( uint hash ) : Resource
NumResources ( int type ) : int
Release ( ) : int

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

Метод Описание
MFResource_AddRef ( UIntPtr resource ) : int
MFResource_Find ( uint hash ) : UIntPtr
MFResource_GetHash ( UIntPtr resource ) : uint
MFResource_GetName ( UIntPtr resource ) : string
MFResource_GetNumResources ( int type = (int)MFResourceType.All ) : int
MFResource_GetRefCount ( UIntPtr resource ) : int
MFResource_GetType ( UIntPtr resource ) : int
MFResource_GetTypeName ( int type ) : string
MFResource_Release ( UIntPtr resource ) : int

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

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

public AddRef ( ) : int
Результат int

Find() публичный статический Метод

public static Find ( uint hash ) : Resource
hash uint
Результат Resource

NumResources() публичный статический Метод

public static NumResources ( int type ) : int
type int
Результат int

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

public Release ( ) : int
Результат int

Описание свойств

handle публичное свойство

public UIntPtr,System handle
Результат System.UIntPtr