C# Class Exortech.NetReflector.NetReflectorTypeTable

Inheritance: IEnumerable
Afficher le fichier Open project: dnauck/NetReflector Class Usage Examples

Méthodes publiques

Méthode Description
Add ( AppDomain appDomain ) : void
Add ( Assembly assembly ) : void
Add ( Type type ) : void
Add ( string assemblyFilename ) : void
Add ( string path, string searchPattern ) : void
CreateDefault ( ) : NetReflectorTypeTable
CreateDefault ( IInstantiator instantiator ) : NetReflectorTypeTable
GetEnumerator ( ) : IEnumerator
NetReflectorTypeTable ( ) : System
NetReflectorTypeTable ( IInstantiator instantiator ) : System
OnInvalidNode ( Exortech.NetReflector.InvalidNodeEventArgs args ) : void
this ( string reflectorName ) : IXmlTypeSerialiser

Private Methods

Méthode Description
GetTypes ( Assembly assembly ) : System.Type[]
NullHandler ( Exortech.NetReflector.InvalidNodeEventArgs args ) : void
SetupDefaultTable ( NetReflectorTypeTable table ) : void

Method Details

Add() public méthode

public Add ( AppDomain appDomain ) : void
appDomain System.AppDomain
Résultat void

Add() public méthode

public Add ( Assembly assembly ) : void
assembly System.Reflection.Assembly
Résultat void

Add() public méthode

public Add ( Type type ) : void
type System.Type
Résultat void

Add() public méthode

public Add ( string assemblyFilename ) : void
assemblyFilename string
Résultat void

Add() public méthode

public Add ( string path, string searchPattern ) : void
path string
searchPattern string
Résultat void

CreateDefault() public static méthode

public static CreateDefault ( ) : NetReflectorTypeTable
Résultat NetReflectorTypeTable

CreateDefault() public static méthode

public static CreateDefault ( IInstantiator instantiator ) : NetReflectorTypeTable
instantiator IInstantiator
Résultat NetReflectorTypeTable

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

NetReflectorTypeTable() public méthode

public NetReflectorTypeTable ( ) : System
Résultat System

NetReflectorTypeTable() public méthode

public NetReflectorTypeTable ( IInstantiator instantiator ) : System
instantiator IInstantiator
Résultat System

OnInvalidNode() public méthode

public OnInvalidNode ( Exortech.NetReflector.InvalidNodeEventArgs args ) : void
args Exortech.NetReflector.InvalidNodeEventArgs
Résultat void

this() public méthode

public this ( string reflectorName ) : IXmlTypeSerialiser
reflectorName string
Résultat IXmlTypeSerialiser