C# Class NewTOAPIA.DirectShow.DsLong

Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method 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 method

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

FromInt64() public static method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToInt64() public method

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

ToString() public method

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