C# 클래스 Habanero.Smooth.ReflectionClassDefLoader

Provides a IClassDefsLoader that will load a class Definition based on reflection and heuristics.
상속: IClassDefsLoader
파일 보기 프로젝트 열기: Chillisoft/habanero.smooth 1 사용 예제들

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