C# Class Server.TypeCache

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
GetTypeByFullName ( string fullName, bool ignoreCase ) : Type
GetTypeByName ( string name, bool ignoreCase ) : Type
TypeCache ( Assembly asm ) : System

Method Details

GetTypeByFullName() public méthode

public GetTypeByFullName ( string fullName, bool ignoreCase ) : Type
fullName string
ignoreCase bool
Résultat System.Type

GetTypeByName() public méthode

public GetTypeByName ( string name, bool ignoreCase ) : Type
name string
ignoreCase bool
Résultat System.Type

TypeCache() public méthode

public TypeCache ( Assembly asm ) : System
asm System.Reflection.Assembly
Résultat System