C# 클래스 HoloToolkit.Sharing.SessionManager

상속: global::System.IDisposable
파일 보기 프로젝트 열기: OpenHID/InteractivePaint 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
AddListener ( SessionManagerListener newListener ) : void
CreateSession ( XString sessionName ) : bool
Dispose ( ) : void
GetCurrentSession ( ) : Session
GetCurrentUser ( ) : User
GetSession ( int index ) : Session
GetSessionCount ( ) : int
IsServerConnected ( ) : bool
RemoveListener ( SessionManagerListener oldListener ) : void

비공개 메소드들

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

메소드 상세

AddListener() 공개 메소드

public AddListener ( SessionManagerListener newListener ) : void
newListener SessionManagerListener
리턴 void

CreateSession() 공개 메소드

public CreateSession ( XString sessionName ) : bool
sessionName XString
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCurrentSession() 공개 메소드

public GetCurrentSession ( ) : Session
리턴 Session

GetCurrentUser() 공개 메소드

public GetCurrentUser ( ) : User
리턴 User

GetSession() 공개 메소드

public GetSession ( int index ) : Session
index int
리턴 Session

GetSessionCount() 공개 메소드

public GetSessionCount ( ) : int
리턴 int

IsServerConnected() 공개 메소드

public IsServerConnected ( ) : bool
리턴 bool

RemoveListener() 공개 메소드

public RemoveListener ( SessionManagerListener oldListener ) : void
oldListener SessionManagerListener
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool