C# Class HoloToolkit.Sharing.StringElement

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

Méthodes publiques

Méthode Description
Cast ( Element element ) : StringElement
Dispose ( ) : void
GetValue ( ) : XString
SetValue ( XString newString ) : void

Private Methods

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

Method Details

Cast() public static méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( ) : XString
Résultat XString

SetValue() public méthode

public SetValue ( XString newString ) : void
newString XString
Résultat void