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

Afficher le fichier Open project: samskivert/ikvm-monotouch

Méthodes publiques

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

Private Methods

Méthode Description
GetTypeWrapperFromObject ( object o ) : TypeWrapper
IsVisibleAsClass ( Type type ) : bool
mapException ( Exception x ) : Exception

Method Details

getClassFromObject() public static méthode

public static getClassFromObject ( object o ) : jlClass
o object
Résultat jlClass

getClassFromTypeHandle() public static méthode

public static getClassFromTypeHandle ( RuntimeTypeHandle handle ) : jlClass
handle RuntimeTypeHandle
Résultat jlClass

getFriendlyClassFromType() public static méthode

public static getFriendlyClassFromType ( Type type ) : jlClass
type Type
Résultat jlClass

getInstanceTypeFromClass() public static méthode

public static getInstanceTypeFromClass ( jlClass clazz ) : Type
clazz jlClass
Résultat Type

unmapException() public static méthode

public static unmapException ( Exception x ) : Exception
x Exception
Résultat Exception