C# Class IKVM.NativeCode.ikvm.runtime.Util

ファイルを表示 Open project: samskivert/ikvm-monotouch

Public Methods

Method Description
getClassFromObject ( object o ) : jlClass
getClassFromTypeHandle ( RuntimeTypeHandle handle ) : jlClass
getFriendlyClassFromType ( Type type ) : jlClass
getInstanceTypeFromClass ( jlClass clazz ) : Type
unmapException ( Exception x ) : Exception

Private Methods

Method Description
GetTypeWrapperFromObject ( object o ) : TypeWrapper
IsVisibleAsClass ( Type type ) : bool
mapException ( Exception x ) : Exception

Method Details

getClassFromObject() public static method

public static getClassFromObject ( object o ) : jlClass
o object
return jlClass

getClassFromTypeHandle() public static method

public static getClassFromTypeHandle ( RuntimeTypeHandle handle ) : jlClass
handle RuntimeTypeHandle
return jlClass

getFriendlyClassFromType() public static method

public static getFriendlyClassFromType ( Type type ) : jlClass
type Type
return jlClass

getInstanceTypeFromClass() public static method

public static getInstanceTypeFromClass ( jlClass clazz ) : Type
clazz jlClass
return Type

unmapException() public static method

public static unmapException ( Exception x ) : Exception
x Exception
return Exception