C# Class System.Runtime.Remoting.Contexts.DynamicPropertyCollection

ファイルを表示 Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
NotifyMessage ( bool start, IMessage msg, bool client_site, bool async ) : void
RegisterDynamicProperty ( IDynamicProperty prop ) : bool
UnregisterDynamicProperty ( string name ) : bool

Private Methods

Method Description
FindProperty ( string name ) : int

Method Details

NotifyMessage() public method

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

RegisterDynamicProperty() public method

public RegisterDynamicProperty ( IDynamicProperty prop ) : bool
prop IDynamicProperty
return bool

UnregisterDynamicProperty() public method

public UnregisterDynamicProperty ( string name ) : bool
name string
return bool