C# 클래스 Monobjc.Generators.MethodTuple

Holds the definition of a method (Mix of .NET/Objective-C).
파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MethodInfo System.Reflection.MethodInfo
ProxyDelegate System.Type
ProxyDelegateConstructor System.Reflection.Emit.ConstructorBuilder
ProxyDelegateFieldInfo System.Reflection.FieldInfo
ProxyMethodInfo System.Reflection.MethodInfo
Selector String

공개 메소드들

메소드 설명
GetFunction ( Type type ) : IntPtr

메소드 상세

GetFunction() 공개 메소드

public GetFunction ( Type type ) : IntPtr
type System.Type
리턴 System.IntPtr

프로퍼티 상세

MethodInfo 공개적으로 프로퍼티

public MethodInfo,System.Reflection MethodInfo
리턴 System.Reflection.MethodInfo

ProxyDelegate 공개적으로 프로퍼티

public Type,System ProxyDelegate
리턴 System.Type

ProxyDelegateConstructor 공개적으로 프로퍼티

public ConstructorBuilder,System.Reflection.Emit ProxyDelegateConstructor
리턴 System.Reflection.Emit.ConstructorBuilder

ProxyDelegateFieldInfo 공개적으로 프로퍼티

public FieldInfo,System.Reflection ProxyDelegateFieldInfo
리턴 System.Reflection.FieldInfo

ProxyMethodInfo 공개적으로 프로퍼티

public MethodInfo,System.Reflection ProxyMethodInfo
리턴 System.Reflection.MethodInfo

Selector 공개적으로 프로퍼티

public String Selector
리턴 String