C# 클래스 Steamp3.COM.PropertyStore

파일 보기 프로젝트 열기: ta0soft/STEAMp3 1 사용 예제들

공개 메소드들

메소드 설명
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