C# Class Fuji.Resource

显示文件 Open project: TurkeyMan/fuji

Public Properties

Property Type Description
handle System.UIntPtr

Public Methods

Method Description
AddRef ( ) : int
Find ( uint hash ) : Resource
NumResources ( int type ) : int
Release ( ) : int

Private Methods

Method Description
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

Method Details

AddRef() public method

public AddRef ( ) : int
return int

Find() public static method

public static Find ( uint hash ) : Resource
hash uint
return Resource

NumResources() public static method

public static NumResources ( int type ) : int
type int
return int

Release() public method

public Release ( ) : int
return int

Property Details

handle public_oe property

public UIntPtr,System handle
return System.UIntPtr