C# Class TriAxis.RunSharp.CompilerOptions

Represents configuration options for compiling a model to a standalone assembly.
Show file Open project: AqlaSolutions/runsharp Class Usage Examples

Public Methods

Method Description
SetFrameworkOptions ( Type from, ITypeMapper mapper ) : void

Import framework options from an existing type

Method Details

SetFrameworkOptions() public method

Import framework options from an existing type
public SetFrameworkOptions ( Type from, ITypeMapper mapper ) : void
from IKVM.Reflection.Type
mapper ITypeMapper
return void