C# 클래스 HoloToolkit.Sharing.LongElement

상속: Element
파일 보기 프로젝트 열기: OpenHID/InteractivePaint

공개 메소드들

메소드 설명
Cast ( Element element ) : LongElement
Dispose ( ) : void
GetValue ( ) : long
SetValue ( long newValue ) : void

비공개 메소드들

메소드 설명
LongElement ( global cPtr, bool cMemoryOwn )
getCPtr ( LongElement obj ) : global::System.Runtime.InteropServices.HandleRef

메소드 상세

Cast() 공개 정적인 메소드

public static Cast ( Element element ) : LongElement
element Element
리턴 LongElement

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetValue() 공개 메소드

public GetValue ( ) : long
리턴 long

SetValue() 공개 메소드

public SetValue ( long newValue ) : void
newValue long
리턴 void