C# 클래스 Evercontact4Outlook.Lib.UnitexNetLoader

상속: IDisposable
파일 보기 프로젝트 열기: UnitexGramLab/unitex-core

공개 프로퍼티들

프로퍼티 타입 설명
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