C# 클래스 HoloToolkit.Sharing.StringElement

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

공개 메소드들

메소드 설명
Cast ( Element element ) : StringElement
Dispose ( ) : void
GetValue ( ) : XString
SetValue ( XString newString ) : void

비공개 메소드들

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

메소드 상세

Cast() 공개 정적인 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetValue() 공개 메소드

public GetValue ( ) : XString
리턴 XString

SetValue() 공개 메소드

public SetValue ( XString newString ) : void
newString XString
리턴 void