Method | Description | |
---|---|---|
CompilerConfig ( bool compilerenabled, bool maxallocatinge, int maxallocatingm, string compileroptions, int warninglevel, bool treatwarningsaserrors, string referenced, string referencedassemblies, string mainclass, string mainconstructor ) : System |
public CompilerConfig ( bool compilerenabled, bool maxallocatinge, int maxallocatingm, string compileroptions, int warninglevel, bool treatwarningsaserrors, string referenced, string referencedassemblies, string mainclass, string mainconstructor ) : System | ||
compilerenabled | bool | |
maxallocatinge | bool | |
maxallocatingm | int | |
compileroptions | string | |
warninglevel | int | |
treatwarningsaserrors | bool | |
referenced | string | |
referencedassemblies | string | |
mainclass | string | |
mainconstructor | string | |
return | System |