C# 클래스 NewTOAPIA.DirectShow.DsGuid

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 프로퍼티들

프로퍼티 타입 설명
Empty DsGuid

공개 메소드들

메소드 설명
DsGuid ( ) : System

Empty constructor. Initialize it with System.Guid.Empty

DsGuid ( System.Guid g ) : System

Constructor. Initialize this instance with a given System.Guid.

DsGuid ( string g ) : System

Constructor. Initialize this instance with a given System.Guid string representation.

FromGuid ( System.Guid g ) : DsGuid

Get a new DirectShowLib.DsGuid instance for a given System.Guid

GetHashCode ( ) : int
ToGuid ( ) : System.Guid

Get the System.Guid equivalent to this DirectShowLib.DsGuid instance.

ToString ( ) : string

Get a string representation of this DirectShowLib.DsGuid Instance.

ToString ( string format ) : string

Get a string representation of this DirectShowLib.DsGuid Instance with a specific format.

메소드 상세

DsGuid() 공개 메소드

Empty constructor. Initialize it with System.Guid.Empty
public DsGuid ( ) : System
리턴 System

DsGuid() 공개 메소드

Constructor. Initialize this instance with a given System.Guid.
public DsGuid ( System.Guid g ) : System
g System.Guid A System.Guid value type
리턴 System

DsGuid() 공개 메소드

Constructor. Initialize this instance with a given System.Guid string representation.
public DsGuid ( string g ) : System
g string A valid System.Guid as string
리턴 System

FromGuid() 공개 정적인 메소드

Get a new DirectShowLib.DsGuid instance for a given System.Guid
public static FromGuid ( System.Guid g ) : DsGuid
g System.Guid The System.Guid to wrap into a DirectShowLib.DsGuid
리턴 DsGuid

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToGuid() 공개 메소드

Get the System.Guid equivalent to this DirectShowLib.DsGuid instance.
public ToGuid ( ) : System.Guid
리턴 System.Guid

ToString() 공개 메소드

Get a string representation of this DirectShowLib.DsGuid Instance.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Get a string representation of this DirectShowLib.DsGuid Instance with a specific format.
public ToString ( string format ) : string
format string for a description of the format parameter.
리턴 string

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static DsGuid,NewTOAPIA.DirectShow Empty
리턴 DsGuid