C# 클래스 BolterLibrary.InterProcessCom

파일 보기 프로젝트 열기: usagiuke/BolterV2

공개 프로퍼티들

프로퍼티 타입 설명
ConfigPath string
eHandle System.Threading.EventWaitHandle

공개 메소드들

메소드 설명
PassInfo ( string configPath, int fPtrs ) : int

Function that starts Bolter. Takes various information that the unmanaged side needs to pass to the managed side.

PluginSelfUnload ( ) : int
SignalFinished ( ) : void

비공개 메소드들

메소드 설명
CurrentDomain_DomainUnload ( object sender, EventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

메소드 상세

PassInfo() 공개 정적인 메소드

Function that starts Bolter. Takes various information that the unmanaged side needs to pass to the managed side.
public static PassInfo ( string configPath, int fPtrs ) : int
configPath string
fPtrs int
리턴 int

PluginSelfUnload() 공개 정적인 메소드

public static PluginSelfUnload ( ) : int
리턴 int

SignalFinished() 공개 정적인 메소드

public static SignalFinished ( ) : void
리턴 void

프로퍼티 상세

ConfigPath 공개적으로 정적으로 프로퍼티

public static string ConfigPath
리턴 string

eHandle 공개적으로 정적으로 프로퍼티

public static EventWaitHandle,System.Threading eHandle
리턴 System.Threading.EventWaitHandle