C# 클래스 NewTOAPIA.DirectShow.DsInt

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

공개 메소드들

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

메소드 상세

DsInt() 공개 메소드

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

FromInt32() 공개 정적인 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToInt32() 공개 메소드

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

ToString() 공개 메소드

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