C# 클래스 UnityEngine.AndroidReflection

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
GetConstructorMember ( IntPtr jclass, string signature ) : IntPtr
GetFieldMember ( IntPtr jclass, string fieldName, string signature, bool isStatic ) : IntPtr
GetMethodMember ( IntPtr jclass, string methodName, string signature, bool isStatic ) : IntPtr
IsAssignableFrom ( System t, System from ) : bool
IsPrimitive ( System t ) : bool
NewProxyInstance ( int delegateHandle, IntPtr interfaze ) : IntPtr

비공개 메소드들

메소드 설명
GetStaticMethodID ( string clazz, string methodName, string signature ) : IntPtr

메소드 상세

GetConstructorMember() 공개 정적인 메소드

public static GetConstructorMember ( IntPtr jclass, string signature ) : IntPtr
jclass System.IntPtr
signature string
리턴 System.IntPtr

GetFieldMember() 공개 정적인 메소드

public static GetFieldMember ( IntPtr jclass, string fieldName, string signature, bool isStatic ) : IntPtr
jclass System.IntPtr
fieldName string
signature string
isStatic bool
리턴 System.IntPtr

GetMethodMember() 공개 정적인 메소드

public static GetMethodMember ( IntPtr jclass, string methodName, string signature, bool isStatic ) : IntPtr
jclass System.IntPtr
methodName string
signature string
isStatic bool
리턴 System.IntPtr

IsAssignableFrom() 공개 정적인 메소드

public static IsAssignableFrom ( System t, System from ) : bool
t System
from System
리턴 bool

IsPrimitive() 공개 정적인 메소드

public static IsPrimitive ( System t ) : bool
t System
리턴 bool

NewProxyInstance() 공개 정적인 메소드

public static NewProxyInstance ( int delegateHandle, IntPtr interfaze ) : IntPtr
delegateHandle int
interfaze IntPtr
리턴 IntPtr