C# Class Evercontact4Outlook.Lib.UnitexNetLoader

Inheritance: IDisposable
Show file Open project: UnitexGramLab/unitex-core

Public Properties

Property Type Description
DllLocation32Bit string
DllLocation64Bit string

Public Methods

Method Description
Dispose ( ) : void
UnitexNetLoader ( ) : System

Default constructor. The UnitexNet.dll and UnitexNet64.dll will be looked for in the default running assembly directory.

UnitexNetLoader ( string unitexNetDirectory ) : System

Constructor specifying the directory where to look for UnitexNet.dll and UnitexNet64.dll.

Private Methods

Method Description
Dispose ( bool disposing ) : void
LoadLibrary ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

UnitexNetLoader() public method

Default constructor. The UnitexNet.dll and UnitexNet64.dll will be looked for in the default running assembly directory.
public UnitexNetLoader ( ) : System
return System

UnitexNetLoader() public method

Constructor specifying the directory where to look for UnitexNet.dll and UnitexNet64.dll.
public UnitexNetLoader ( string unitexNetDirectory ) : System
unitexNetDirectory string The directory where to look for DLLs.
return System

Property Details

DllLocation32Bit public property

32 bit dll location - defaults to \UnitexNet.dll
public string DllLocation32Bit
return string

DllLocation64Bit public property

64 bit dll location - defaults to \UnitexNet64.dll
public string DllLocation64Bit
return string