C# Class Habanero.Smooth.ReflectionClassDefLoader

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

Private Properties

Property Type Description

Public Methods

Method 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 method

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

LoadClassDefs() public method

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
return ClassDefCol

ReflectionClassDefLoader() public method

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