C# Class Exortech.NetReflector.NetReflectorTypeTable

Inheritance: IEnumerable
Mostrar archivo Open project: dnauck/NetReflector Class Usage Examples

Public Methods

Method 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

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

Method Details

Add() public method

public Add ( AppDomain appDomain ) : void
appDomain System.AppDomain
return void

Add() public method

public Add ( Assembly assembly ) : void
assembly System.Reflection.Assembly
return void

Add() public method

public Add ( Type type ) : void
type System.Type
return void

Add() public method

public Add ( string assemblyFilename ) : void
assemblyFilename string
return void

Add() public method

public Add ( string path, string searchPattern ) : void
path string
searchPattern string
return void

CreateDefault() public static method

public static CreateDefault ( ) : NetReflectorTypeTable
return NetReflectorTypeTable

CreateDefault() public static method

public static CreateDefault ( IInstantiator instantiator ) : NetReflectorTypeTable
instantiator IInstantiator
return NetReflectorTypeTable

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

NetReflectorTypeTable() public method

public NetReflectorTypeTable ( ) : System
return System

NetReflectorTypeTable() public method

public NetReflectorTypeTable ( IInstantiator instantiator ) : System
instantiator IInstantiator
return System

OnInvalidNode() public method

public OnInvalidNode ( Exortech.NetReflector.InvalidNodeEventArgs args ) : void
args Exortech.NetReflector.InvalidNodeEventArgs
return void

this() public method

public this ( string reflectorName ) : IXmlTypeSerialiser
reflectorName string
return IXmlTypeSerialiser