C# Класс NewTOAPIA.DirectShow.DES.DsLong

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

Открытые методы

Метод Описание
DsLong ( long Value ) : System

Constructor Initialize a new instance of DirectShowLib.DsLong with the Value parameter

FromInt64 ( long l ) : DsLong

Get a new DirectShowLib.DsLong instance for a given System.Int64

GetHashCode ( ) : int
ToInt64 ( ) : long

Get the System.Int64 equivalent to this DirectShowLib.DsLong instance.

ToString ( ) : string

Get a string representation of this DirectShowLib.DsLong Instance.

Описание методов

DsLong() публичный Метод

Constructor Initialize a new instance of DirectShowLib.DsLong with the Value parameter
public DsLong ( long Value ) : System
Value long Value to assign to this new instance
Результат System

FromInt64() публичный статический Метод

Get a new DirectShowLib.DsLong instance for a given System.Int64
public static FromInt64 ( long l ) : DsLong
l long
Результат DsLong

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

ToInt64() публичный Метод

Get the System.Int64 equivalent to this DirectShowLib.DsLong instance.
public ToInt64 ( ) : long
Результат long

ToString() публичный Метод

Get a string representation of this DirectShowLib.DsLong Instance.
public ToString ( ) : string
Результат string