C# Class NewTOAPIA.DirectShow.DsGuid

ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
Empty DsGuid

Public Methods

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

Method Details

DsGuid() public method

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

DsGuid() public method

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

DsGuid() public method

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

FromGuid() public static method

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
return DsGuid

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToGuid() public method

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

ToString() public method

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

ToString() public method

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.
return string

Property Details

Empty public_oe static_oe property

public static DsGuid,NewTOAPIA.DirectShow Empty
return DsGuid