C# Class NewTOAPIA.DirectShow.DsInt

Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
DsInt ( int Value ) : System

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

FromInt32 ( int l ) : DsInt

Get a new DirectShowLib.DsInt instance for a given System.Int32

GetHashCode ( ) : int
ToInt32 ( ) : int

Get the System.Int32 equivalent to this DirectShowLib.DsInt instance.

ToString ( ) : string

Get a string representation of this DirectShowLib.DsInt Instance.

Method Details

DsInt() public method

Constructor Initialize a new instance of DirectShowLib.DsInt with the Value parameter
public DsInt ( int Value ) : System
Value int Value to assign to this new instance
return System

FromInt32() public static method

Get a new DirectShowLib.DsInt instance for a given System.Int32
public static FromInt32 ( int l ) : DsInt
l int
return DsInt

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToInt32() public method

Get the System.Int32 equivalent to this DirectShowLib.DsInt instance.
public ToInt32 ( ) : int
return int

ToString() public method

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