C# 클래스 CRL.SummaryAnalysis

对象结构信息导出
파일 보기 프로젝트 열기: hubro-xx/CRL2

공개 메소드들

메소드 설명
ExportToFile ( Type currentTypes, string xmlFiles ) : string
GetInfoFromDll ( Type currentTypes ) : List
GetInfoFromXml ( string xmlFiles ) : List>.Dictionary
Merge ( List types, Dictionary fields ) : List>.Dictionary

메소드 상세

ExportToFile() 공개 정적인 메소드

public static ExportToFile ( Type currentTypes, string xmlFiles ) : string
currentTypes System.Type
xmlFiles string
리턴 string

GetInfoFromDll() 공개 정적인 메소드

public static GetInfoFromDll ( Type currentTypes ) : List
currentTypes System.Type
리턴 List

GetInfoFromXml() 공개 정적인 메소드

public static GetInfoFromXml ( string xmlFiles ) : List>.Dictionary
xmlFiles string
리턴 List>.Dictionary

Merge() 공개 정적인 메소드

public static Merge ( List types, Dictionary fields ) : List>.Dictionary
types List
fields Dictionary
리턴 List>.Dictionary