C# Class NetIde.TypeUtil

Mostrar archivo Open project: netide/netide

Public Methods

Method Description
ResolveType ( string typeName ) : Type
ResolveType ( string typeName, bool throwOnError ) : Type

Method Details

ResolveType() public static method

public static ResolveType ( string typeName ) : Type
typeName string
return System.Type

ResolveType() public static method

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