C# Class FelicaLib.BindDLL

DLL�x���o�C���f�B���O�N���X
Inheritance: IDisposable
Exibir arquivo Open project: tmurakam/felicalib Class Usage Examples

Public Methods

Method Description
BindDLL ( string szFilename ) : System

DLL�̃��[�h�E�I�u�W�F�N�g����

Dispose ( ) : void
GetDelegate ( string szProcName, Type typDelegate ) : Delegate

�w�薼�̃A���}�l�[�W�֐��|�C���^��f���Q�[�g�ɕϊ�

Private Methods

Method Description
FreeLibrary ( IntPtr hModule ) : bool
GetProcAddress ( IntPtr hModule, [ lpProcName ) : IntPtr
LoadLibrary ( [ lpFileName ) : IntPtr

Method Details

BindDLL() public method

DLL�̃��[�h�E�I�u�W�F�N�g����
public BindDLL ( string szFilename ) : System
szFilename string �o�C���h����DLL��
return System

Dispose() public method

public Dispose ( ) : void
return void

GetDelegate() public method

�w�薼�̃A���}�l�[�W�֐��|�C���^��f���Q�[�g�ɕϊ�
public GetDelegate ( string szProcName, Type typDelegate ) : Delegate
szProcName string �A���}�l�[�W�֐���
typDelegate System.Type �ϊ�����f���Q�[�g��Type
return System.Delegate