C# Класс Habanero.Smooth.ReflectionClassDefLoader

Provides a IClassDefsLoader that will load a class Definition based on reflection and heuristics.
Наследование: IClassDefsLoader
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

LoadClassDefs() публичный Метод

Loads one ClassDef for each Type in the ITypeSource.
public LoadClassDefs ( ) : ClassDefCol
Результат ClassDefCol

LoadClassDefs() публичный Метод

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
Результат ClassDefCol

ReflectionClassDefLoader() публичный Метод

constructor that takes a ITypeSource that wil be used to build the ClassDefinitions.
public ReflectionClassDefLoader ( ITypeSource source ) : System
source ITypeSource
Результат System