C# 클래스 Weaver.TypeFowarder

파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
FowardTypes ( string toAssemblyPath, IEnumerable types ) : void
TypeFowarder ( string assemblyPath ) : System
Write ( string outputPath ) : void

메소드 상세

FowardTypes() 공개 메소드

public FowardTypes ( string toAssemblyPath, IEnumerable types ) : void
toAssemblyPath string
types IEnumerable
리턴 void

TypeFowarder() 공개 메소드

public TypeFowarder ( string assemblyPath ) : System
assemblyPath string
리턴 System

Write() 공개 메소드

public Write ( string outputPath ) : void
outputPath string
리턴 void