C# 클래스 System.Runtime.Remoting.Contexts.DynamicPropertyCollection

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
NotifyMessage ( bool start, IMessage msg, bool client_site, bool async ) : void
RegisterDynamicProperty ( IDynamicProperty prop ) : bool
UnregisterDynamicProperty ( string name ) : bool

비공개 메소드들

메소드 설명
FindProperty ( string name ) : int

메소드 상세

NotifyMessage() 공개 메소드

public NotifyMessage ( bool start, IMessage msg, bool client_site, bool async ) : void
start bool
msg IMessage
client_site bool
async bool
리턴 void

RegisterDynamicProperty() 공개 메소드

public RegisterDynamicProperty ( IDynamicProperty prop ) : bool
prop IDynamicProperty
리턴 bool

UnregisterDynamicProperty() 공개 메소드

public UnregisterDynamicProperty ( string name ) : bool
name string
리턴 bool