C# Class AppSecInc.ProcessDomain.UnitTests.RemoteTestObject

Inheritance: System.MarshalByRefObject
Show file Open project: legendary-code/process-domain

Public Methods

Method Description
GetAppConfigValue ( string key ) : string
GetPriority ( ) : ProcessPriorityClass
GetProcessFileName ( ) : string
GetProcessId ( ) : int
InitializeLifetimeService ( ) : object
OnCallback ( ) : void
SetCalledBack ( ) : void

This method is used for CallbackEvent because the target method needs to be in a class that is also serializable for subscribing to events to work

Method Details

GetAppConfigValue() public method

public GetAppConfigValue ( string key ) : string
key string
return string

GetPriority() public method

public GetPriority ( ) : ProcessPriorityClass
return ProcessPriorityClass

GetProcessFileName() public method

public GetProcessFileName ( ) : string
return string

GetProcessId() public method

public GetProcessId ( ) : int
return int

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

OnCallback() public method

public OnCallback ( ) : void
return void

SetCalledBack() public method

This method is used for CallbackEvent because the target method needs to be in a class that is also serializable for subscribing to events to work
public SetCalledBack ( ) : void
return void