C# 클래스 Fuji.Resource

파일 보기 프로젝트 열기: TurkeyMan/fuji

공개 프로퍼티들

프로퍼티 타입 설명
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