C# Класс Evercontact4Outlook.Lib.UnitexNetLoader

Наследование: IDisposable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DllLocation32Bit string
DllLocation64Bit string

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Dispose ( bool disposing ) : void
LoadLibrary ( ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

UnitexNetLoader() публичный Метод

Default constructor. The UnitexNet.dll and UnitexNet64.dll will be looked for in the default running assembly directory.
public UnitexNetLoader ( ) : System
Результат System

UnitexNetLoader() публичный Метод

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.
Результат System

Описание свойств

DllLocation32Bit публичное свойство

32 bit dll location - defaults to \UnitexNet.dll
public string DllLocation32Bit
Результат string

DllLocation64Bit публичное свойство

64 bit dll location - defaults to \UnitexNet64.dll
public string DllLocation64Bit
Результат string