C# Class AppSecInc.ProcessDomain.UnitTests.RemoteTestObject

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: legendary-code/process-domain

Méthodes publiques

Méthode 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 méthode

public GetAppConfigValue ( string key ) : string
key string
Résultat string

GetPriority() public méthode

public GetPriority ( ) : ProcessPriorityClass
Résultat ProcessPriorityClass

GetProcessFileName() public méthode

public GetProcessFileName ( ) : string
Résultat string

GetProcessId() public méthode

public GetProcessId ( ) : int
Résultat int

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

OnCallback() public méthode

public OnCallback ( ) : void
Résultat void

SetCalledBack() public méthode

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
Résultat void