C# Class BolterLibrary.InterProcessCom

Show file Open project: usagiuke/BolterV2

Public Properties

Property Type Description
ConfigPath string
eHandle System.Threading.EventWaitHandle

Public Methods

Method Description
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

Private Methods

Method Description
CurrentDomain_DomainUnload ( object sender, EventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

PassInfo() public static method

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
return int

PluginSelfUnload() public static method

public static PluginSelfUnload ( ) : int
return int

SignalFinished() public static method

public static SignalFinished ( ) : void
return void

Property Details

ConfigPath public static property

public static string ConfigPath
return string

eHandle public static property

public static EventWaitHandle,System.Threading eHandle
return System.Threading.EventWaitHandle