C# Class NewTOAPIA.DirectShow.DES.DsLong

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
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.

Method Details

DsLong() public méthode

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
Résultat System

FromInt64() public static méthode

Get a new DirectShowLib.DsLong instance for a given System.Int64
public static FromInt64 ( long l ) : DsLong
l long
Résultat DsLong

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToInt64() public méthode

Get the System.Int64 equivalent to this DirectShowLib.DsLong instance.
public ToInt64 ( ) : long
Résultat long

ToString() public méthode

Get a string representation of this DirectShowLib.DsLong Instance.
public ToString ( ) : string
Résultat string