C# Class Server.TypeCache

Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

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

Method Details

GetTypeByFullName() public method

public GetTypeByFullName ( string fullName, bool ignoreCase ) : Type
fullName string
ignoreCase bool
return System.Type

GetTypeByName() public method

public GetTypeByName ( string name, bool ignoreCase ) : Type
name string
ignoreCase bool
return System.Type

TypeCache() public method

public TypeCache ( Assembly asm ) : System
asm System.Reflection.Assembly
return System