Method | Description | |
---|---|---|
GetAssemblyBuilder ( CompilerContext context ) : System.Reflection.Emit.AssemblyBuilder | ||
GetEntryPoint ( CompilerContext context ) : |
||
SetAssemblyBuilder ( CompilerContext context, System builder ) : void | ||
SetEntryPoint ( CompilerContext context, |
Method | Description | |
---|---|---|
ContextAnnotations ( ) : System |
public static GetAssemblyBuilder ( CompilerContext context ) : System.Reflection.Emit.AssemblyBuilder | ||
context | CompilerContext | |
return | System.Reflection.Emit.AssemblyBuilder |
public static GetEntryPoint ( CompilerContext context ) : |
||
context | CompilerContext | |
return |
public static SetAssemblyBuilder ( CompilerContext context, System builder ) : void | ||
context | CompilerContext | |
builder | System | |
return | void |
public static SetEntryPoint ( CompilerContext context, |
||
context | CompilerContext | |
method | ||
return | void |