C# 클래스 FelicaLib.BindDLL

DLL�x���o�C���f�B���O�N���X
상속: IDisposable
파일 보기 프로젝트 열기: tmurakam/felicalib 1 사용 예제들

공개 메소드들

메소드 설명
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�ɕϊ�

비공개 메소드들

메소드 설명
FreeLibrary ( IntPtr hModule ) : bool
GetProcAddress ( IntPtr hModule, [ lpProcName ) : IntPtr
LoadLibrary ( [ lpFileName ) : IntPtr

메소드 상세

BindDLL() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetDelegate() 공개 메소드

�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
리턴 System.Delegate