TypeBuilder.DefinePInvokeMethod 메서드
PInvoke 메서드를 정의합니다.
오버로드 목록
이름 | 설명 |
---|---|
TypeBuilder.DefinePInvokeMethod (String, String, MethodAttributes, CallingConventions, Type, Type[], CallingConvention, CharSet) | 지정된 이름, 메서드가 정의되어 있는 DLL 이름, 해당 메서드의 특성, 호출 규칙, 반환 형식, 매개 변수 형식 및 PInvoke 플래그로 PInvoke를 정의합니다. |
TypeBuilder.DefinePInvokeMethod (String, String, String, MethodAttributes, CallingConventions, Type, Type[], CallingConvention, CharSet) | 지정된 이름, 메서드가 정의되어 있는 DLL 이름, 진입점의 이름, 메서드의 특성, 호출 규칙, 반환 형식, 매개 변수 형식 및 PInvoke 플래그를 사용하여 PInvoke 메서드를 정의합니다. |
TypeBuilder.DefinePInvokeMethod (String, String, String, MethodAttributes, CallingConventions, Type, Type[], Type[], Type[], Type[][], Type[][], CallingConvention, CharSet) | 지정된 이름, 메서드가 정의되어 있는 DLL 이름, 진입점의 이름, 메서드의 특성, 호출 규칙, 반환 형식 및 매개 변수 형식, PInvoke 플래그, 매개 변수 및 반환 형식에 대한 사용자 지정 한정자를 사용하여 PInvoke 메서드를 정의합니다. |
참고 항목
참조
TypeBuilder 클래스
TypeBuilder 멤버
System.Reflection.Emit 네임스페이스