C# Class NewTOAPIA.DirectShow.DsShort

Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
DsShort ( short Value ) : System

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

FromInt16 ( short l ) : DsShort

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

GetHashCode ( ) : int
ToInt16 ( ) : short

Get the System.Int16 equivalent to this DirectShowLib.DsShort instance.

ToString ( ) : string

Get a string representation of this DirectShowLib.DsShort Instance.

Method Details

DsShort() public method

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

FromInt16() public static method

Get a new DirectShowLib.DsShort instance for a given System.Int64
public static FromInt16 ( short l ) : DsShort
l short
return DsShort

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToInt16() public method

Get the System.Int16 equivalent to this DirectShowLib.DsShort instance.
public ToInt16 ( ) : short
return short

ToString() public method

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