C# Class Mosa.Runtime.InternalsForType

Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
GetTypeFromHandleImpl ( RuntimeTypeHandle handle ) : Type
GetTypeImpl ( string typeName, bool throwOnError ) : Type

Method Details

GetTypeFromHandleImpl() public static méthode

public static GetTypeFromHandleImpl ( RuntimeTypeHandle handle ) : Type
handle System.RuntimeTypeHandle
Résultat System.Type

GetTypeImpl() public static méthode

public static GetTypeImpl ( string typeName, bool throwOnError ) : Type
typeName string
throwOnError bool
Résultat System.Type