C# Class BolterLibrary.InterProcessCom

Afficher le fichier Open project: usagiuke/BolterV2

Méthodes publiques

Свойство Type Description
ConfigPath string
eHandle System.Threading.EventWaitHandle

Méthodes publiques

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

Méthode Description
CurrentDomain_DomainUnload ( object sender, EventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

PassInfo() public static méthode

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

PluginSelfUnload() public static méthode

public static PluginSelfUnload ( ) : int
Résultat int

SignalFinished() public static méthode

public static SignalFinished ( ) : void
Résultat void

Property Details

ConfigPath public_oe static_oe property

public static string ConfigPath
Résultat string

eHandle public_oe static_oe property

public static EventWaitHandle,System.Threading eHandle
Résultat System.Threading.EventWaitHandle