C# Класс TriAxis.RunSharp.CompilerOptions

Represents configuration options for compiling a model to a standalone assembly.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SetFrameworkOptions ( Type from, ITypeMapper mapper ) : void

Import framework options from an existing type

Описание методов

SetFrameworkOptions() публичный Метод

Import framework options from an existing type
public SetFrameworkOptions ( Type from, ITypeMapper mapper ) : void
from IKVM.Reflection.Type
mapper ITypeMapper
Результат void