C# 클래스 Python.Runtime.MethodBinding

상속: ExtensionType
파일 보기 프로젝트 열기: fkarb/pythonnet 1 사용 예제들

공개 메소드들

메소드 설명
MethodBinding ( MethodObject m, IntPtr target ) : System

비공개 메소드들

메소드 설명
mp_subscript ( IntPtr tp, IntPtr idx ) : IntPtr
tp_call ( IntPtr ob, IntPtr args, IntPtr kw ) : IntPtr
tp_dealloc ( IntPtr ob ) : void
tp_getattro ( IntPtr ob, IntPtr key ) : IntPtr
tp_hash ( IntPtr ob ) : IntPtr
tp_repr ( IntPtr ob ) : IntPtr

메소드 상세

MethodBinding() 공개 메소드

public MethodBinding ( MethodObject m, IntPtr target ) : System
m MethodObject
target System.IntPtr
리턴 System