C# Class NetIde.TypeUtil

Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
ResolveType ( string typeName ) : Type
ResolveType ( string typeName, bool throwOnError ) : Type

Method Details

ResolveType() public static méthode

public static ResolveType ( string typeName ) : Type
typeName string
Résultat System.Type

ResolveType() public static méthode

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