C# 클래스 IKVM.NativeCode.ikvm.runtime.Util

파일 보기 프로젝트 열기: samskivert/ikvm-monotouch

공개 메소드들

메소드 설명
getClassFromObject ( object o ) : jlClass
getClassFromTypeHandle ( RuntimeTypeHandle handle ) : jlClass
getFriendlyClassFromType ( Type type ) : jlClass
getInstanceTypeFromClass ( jlClass clazz ) : Type
unmapException ( Exception x ) : Exception

비공개 메소드들

메소드 설명
GetTypeWrapperFromObject ( object o ) : TypeWrapper
IsVisibleAsClass ( Type type ) : bool
mapException ( Exception x ) : Exception

메소드 상세

getClassFromObject() 공개 정적인 메소드

public static getClassFromObject ( object o ) : jlClass
o object
리턴 jlClass

getClassFromTypeHandle() 공개 정적인 메소드

public static getClassFromTypeHandle ( RuntimeTypeHandle handle ) : jlClass
handle RuntimeTypeHandle
리턴 jlClass

getFriendlyClassFromType() 공개 정적인 메소드

public static getFriendlyClassFromType ( Type type ) : jlClass
type Type
리턴 jlClass

getInstanceTypeFromClass() 공개 정적인 메소드

public static getInstanceTypeFromClass ( jlClass clazz ) : Type
clazz jlClass
리턴 Type

unmapException() 공개 정적인 메소드

public static unmapException ( Exception x ) : Exception
x Exception
리턴 Exception