C# Class Mosa.Runtime.InternalsForType

Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
GetTypeFromHandleImpl ( RuntimeTypeHandle handle ) : Type
GetTypeImpl ( string typeName, bool throwOnError ) : Type

Method Details

GetTypeFromHandleImpl() public static method

public static GetTypeFromHandleImpl ( RuntimeTypeHandle handle ) : Type
handle System.RuntimeTypeHandle
return System.Type

GetTypeImpl() public static method

public static GetTypeImpl ( string typeName, bool throwOnError ) : Type
typeName string
throwOnError bool
return System.Type