C# Class Program.DynamicStrategyLoader.CompiledResult

Exibir arquivo Open project: NathanTeeuwen/Dominulator

Public Properties

Property Type Description
assembly System.Reflection.Assembly
error CompilerError

Public Methods

Method Description
CompiledResult ( System assembly, CompilerError error ) : System

Method Details

CompiledResult() public method

public CompiledResult ( System assembly, CompilerError error ) : System
assembly System
error CompilerError
return System

Property Details

assembly public_oe property

public Assembly,System.Reflection assembly
return System.Reflection.Assembly

error public_oe property

public CompilerError error
return CompilerError