C# Class SIL.Utils.ActivationContextHelper

Inheritance: SIL.Utils.FwDisposableBase
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Activate ( ) : IDisposable

Activates this instance.

ActivationContextHelper ( string manifestFile ) : System

Initializes a new instance of the ActivationContextHelper class.

Protected Methods

Method Description
DisposeUnmanagedResources ( ) : void

Override to dispose unmanaged resources.

Private Methods

Method Description
ActivateActCtx ( IntPtr hActCtx, IntPtr &lpCookie ) : bool
CreateActCtx ( ActCtx &actCtx ) : IntPtr
DeactivateActCtx ( int dwFlags, IntPtr lpCookie ) : bool
ReleaseActCtx ( IntPtr hActCtx ) : void

Method Details

Activate() public method

Activates this instance.
Error activating context
public Activate ( ) : IDisposable
return IDisposable

ActivationContextHelper() public method

Initializes a new instance of the ActivationContextHelper class.
public ActivationContextHelper ( string manifestFile ) : System
manifestFile string The manifest file.
return System

DisposeUnmanagedResources() protected method

Override to dispose unmanaged resources.
protected DisposeUnmanagedResources ( ) : void
return void