C# 클래스 Python.Runtime.MethodWrapper

A MethodWrapper wraps a static method of a managed type, making it callable by Python as a PyCFunction object. This is currently used mainly to implement special cases like the CLR import hook.
파일 보기 프로젝트 열기: fkarb/pythonnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mdef System.IntPtr
ptr System.IntPtr

공개 메소드들

메소드 설명
Call ( IntPtr args, IntPtr kw ) : IntPtr
MethodWrapper ( Type type, string name ) : System

메소드 상세

Call() 공개 메소드

public Call ( IntPtr args, IntPtr kw ) : IntPtr
args System.IntPtr
kw System.IntPtr
리턴 System.IntPtr

MethodWrapper() 공개 메소드

public MethodWrapper ( Type type, string name ) : System
type System.Type
name string
리턴 System

프로퍼티 상세

mdef 공개적으로 프로퍼티

public IntPtr,System mdef
리턴 System.IntPtr

ptr 공개적으로 프로퍼티

public IntPtr,System ptr
리턴 System.IntPtr