C# Class FelicaLib.BindDLL

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

Méthodes publiques

Méthode 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

Méthode Description
FreeLibrary ( IntPtr hModule ) : bool
GetProcAddress ( IntPtr hModule, [ lpProcName ) : IntPtr
LoadLibrary ( [ lpFileName ) : IntPtr

Method Details

BindDLL() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetDelegate() public méthode

�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
Résultat System.Delegate