C# 클래스 NewTOAPIA.DirectShow.DES.DsLong

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
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.

메소드 상세

DsLong() 공개 메소드

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
리턴 System

FromInt64() 공개 정적인 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToInt64() 공개 메소드

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

ToString() 공개 메소드

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