C# Class RemotingGen.Compiler

Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Свойство Type Description
Assembly System.Reflection.Assembly
GenerationContext GenerationContext
OutputDir string
RpcTypes List

Méthodes publiques

Méthode Description
Compile ( string dllPath, bool createApi ) : void
Compiler ( Assembly assembly, string outputDir ) : System
Process ( ) : void

Private Methods

Méthode Description
FieldsToProperties ( string assemblyPath ) : void
ProcessDataObject ( Type type ) : void
ProcessException ( Type type ) : void
ProcessService ( Type type ) : void
WriteDataObjectFactory ( ) : void
WriteDelegates ( ) : void

Method Details

Compile() public méthode

public Compile ( string dllPath, bool createApi ) : void
dllPath string
createApi bool
Résultat void

Compiler() public méthode

public Compiler ( Assembly assembly, string outputDir ) : System
assembly System.Reflection.Assembly
outputDir string
Résultat System

Process() public méthode

public Process ( ) : void
Résultat void

Property Details

Assembly public_oe property

public Assembly,System.Reflection Assembly
Résultat System.Reflection.Assembly

GenerationContext public_oe property

public GenerationContext,RemotingGen GenerationContext
Résultat GenerationContext

OutputDir public_oe property

public string OutputDir
Résultat string

RpcTypes public_oe property

public List RpcTypes
Résultat List