C# Class HoloToolkit.Sharing.LongElement

Inheritance: Element
Afficher le fichier Open project: OpenHID/InteractivePaint

Méthodes publiques

Méthode Description
Cast ( Element element ) : LongElement
Dispose ( ) : void
GetValue ( ) : long
SetValue ( long newValue ) : void

Private Methods

Méthode Description
LongElement ( global cPtr, bool cMemoryOwn )
getCPtr ( LongElement obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Cast() public static méthode

public static Cast ( Element element ) : LongElement
element Element
Résultat LongElement

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( ) : long
Résultat long

SetValue() public méthode

public SetValue ( long newValue ) : void
newValue long
Résultat void