Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
TriAxis
RunSharp
CompilerOptions
C# Class TriAxis.RunSharp.CompilerOptions
Represents configuration options for compiling a model to a standalone assembly.
Mostrar archivo
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