C# Класс Mosa.Runtime.InternalsForType

Показать файл Открыть проект

Открытые методы

Метод Описание
GetTypeFromHandleImpl ( RuntimeTypeHandle handle ) : Type
GetTypeImpl ( string typeName, bool throwOnError ) : Type

Описание методов

GetTypeFromHandleImpl() публичный статический Метод

public static GetTypeFromHandleImpl ( RuntimeTypeHandle handle ) : Type
handle System.RuntimeTypeHandle
Результат System.Type

GetTypeImpl() публичный статический Метод

public static GetTypeImpl ( string typeName, bool throwOnError ) : Type
typeName string
throwOnError bool
Результат System.Type