C# Class TriAxis.RunSharp.CompilerOptions

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

Méthodes publiques

Méthode Description
SetFrameworkOptions ( Type from, ITypeMapper mapper ) : void

Import framework options from an existing type

Method Details

SetFrameworkOptions() public méthode

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