C# Class Habanero.Smooth.ReflectionClassDefLoader

Provides a IClassDefsLoader that will load a class Definition based on reflection and heuristics.
Inheritance: IClassDefsLoader
Afficher le fichier Open project: Chillisoft/habanero.smooth Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LoadClassDefs ( ) : ClassDefCol

Loads one ClassDef for each Type in the ITypeSource.

LoadClassDefs ( string classDefsXml ) : ClassDefCol

Thius is not implemented since with a Reflective ClassDefLoader you will never load from a string xml def.

ReflectionClassDefLoader ( ITypeSource source ) : System

constructor that takes a ITypeSource that wil be used to build the ClassDefinitions.

Method Details

LoadClassDefs() public méthode

Loads one ClassDef for each Type in the ITypeSource.
public LoadClassDefs ( ) : ClassDefCol
Résultat ClassDefCol

LoadClassDefs() public méthode

Thius is not implemented since with a Reflective ClassDefLoader you will never load from a string xml def.
public LoadClassDefs ( string classDefsXml ) : ClassDefCol
classDefsXml string
Résultat ClassDefCol

ReflectionClassDefLoader() public méthode

constructor that takes a ITypeSource that wil be used to build the ClassDefinitions.
public ReflectionClassDefLoader ( ITypeSource source ) : System
source ITypeSource
Résultat System