Method | Description | |
---|---|---|
DsInt ( int Value ) : System |
Constructor Initialize a new instance of DirectShowLib.DsInt with the Value parameter
|
|
FromInt32 ( int l ) : |
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.
|
public DsInt ( int Value ) : System | ||
Value | int | Value to assign to this new instance |
return | System |