C# 클래스 RemotingGen.Compiler

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

공개 프로퍼티들

프로퍼티 타입 설명
Assembly System.Reflection.Assembly
GenerationContext GenerationContext
OutputDir string
RpcTypes List

공개 메소드들

메소드 설명
Compile ( string dllPath, bool createApi ) : void
Compiler ( Assembly assembly, string outputDir ) : System
Process ( ) : void

비공개 메소드들

메소드 설명
FieldsToProperties ( string assemblyPath ) : void
ProcessDataObject ( Type type ) : void
ProcessException ( Type type ) : void
ProcessService ( Type type ) : void
WriteDataObjectFactory ( ) : void
WriteDelegates ( ) : void

메소드 상세

Compile() 공개 메소드

public Compile ( string dllPath, bool createApi ) : void
dllPath string
createApi bool
리턴 void

Compiler() 공개 메소드

public Compiler ( Assembly assembly, string outputDir ) : System
assembly System.Reflection.Assembly
outputDir string
리턴 System

Process() 공개 메소드

public Process ( ) : void
리턴 void

프로퍼티 상세

Assembly 공개적으로 프로퍼티

public Assembly,System.Reflection Assembly
리턴 System.Reflection.Assembly

GenerationContext 공개적으로 프로퍼티

public GenerationContext,RemotingGen GenerationContext
리턴 GenerationContext

OutputDir 공개적으로 프로퍼티

public string OutputDir
리턴 string

RpcTypes 공개적으로 프로퍼티

public List RpcTypes
리턴 List