C# Класс NewTOAPIA.DirectShow.DsGuid

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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