Méthode | Description | |
---|---|---|
DsLong ( long Value ) : System |
Constructor Initialize a new instance of DirectShowLib.DsLong with the Value parameter
|
|
FromInt64 ( long l ) : |
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.
|
public DsLong ( long Value ) : System | ||
Value | long | Value to assign to this new instance |
Résultat | System |
public static FromInt64 ( long l ) : |
||
l | long | |
Résultat |