Click or drag to resize

StiCompilerCompile Method (String, String, StiCompilerLanguageType, StiOutputType, String)

[Missing <summary> documentation for "M:Stimulsoft.Base.StiCompiler.Compile(System.String,System.String,Stimulsoft.Base.StiCompiler.LanguageType,Stimulsoft.Base.StiOutputType,System.String[])"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static CompilerResults Compile(
	string textToCompile,
	string outputAssembly,
	StiCompilerLanguageType languageType,
	StiOutputType outputType,
	string[] referencedAssemblies
)

Parameters

textToCompile
Type: SystemString

[Missing <param name="textToCompile"/> documentation for "M:Stimulsoft.Base.StiCompiler.Compile(System.String,System.String,Stimulsoft.Base.StiCompiler.LanguageType,Stimulsoft.Base.StiOutputType,System.String[])"]

outputAssembly
Type: SystemString

[Missing <param name="outputAssembly"/> documentation for "M:Stimulsoft.Base.StiCompiler.Compile(System.String,System.String,Stimulsoft.Base.StiCompiler.LanguageType,Stimulsoft.Base.StiOutputType,System.String[])"]

languageType
Type: Stimulsoft.BaseStiCompilerLanguageType

[Missing <param name="languageType"/> documentation for "M:Stimulsoft.Base.StiCompiler.Compile(System.String,System.String,Stimulsoft.Base.StiCompiler.LanguageType,Stimulsoft.Base.StiOutputType,System.String[])"]

outputType
Type: Stimulsoft.BaseStiOutputType

[Missing <param name="outputType"/> documentation for "M:Stimulsoft.Base.StiCompiler.Compile(System.String,System.String,Stimulsoft.Base.StiCompiler.LanguageType,Stimulsoft.Base.StiOutputType,System.String[])"]

referencedAssemblies
Type: SystemString

[Missing <param name="referencedAssemblies"/> documentation for "M:Stimulsoft.Base.StiCompiler.Compile(System.String,System.String,Stimulsoft.Base.StiCompiler.LanguageType,Stimulsoft.Base.StiOutputType,System.String[])"]

Return Value

Type: CompilerResults

[Missing <returns> documentation for "M:Stimulsoft.Base.StiCompiler.Compile(System.String,System.String,Stimulsoft.Base.StiCompiler.LanguageType,Stimulsoft.Base.StiOutputType,System.String[])"]

See Also