C# 클래스 AppSecInc.ProcessDomain.UnitTests.RemoteTestObject

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: legendary-code/process-domain

공개 메소드들

메소드 설명
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

메소드 상세

GetAppConfigValue() 공개 메소드

public GetAppConfigValue ( string key ) : string
key string
리턴 string

GetPriority() 공개 메소드

public GetPriority ( ) : ProcessPriorityClass
리턴 ProcessPriorityClass

GetProcessFileName() 공개 메소드

public GetProcessFileName ( ) : string
리턴 string

GetProcessId() 공개 메소드

public GetProcessId ( ) : int
리턴 int

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object

OnCallback() 공개 메소드

public OnCallback ( ) : void
리턴 void

SetCalledBack() 공개 메소드

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
리턴 void