Sitecore 5.0 API
CSharpCompiler.SourceToFile Method
Compile C# code to assembly.
[Visual Basic]
Public Sub SourceToFile( _
ByVal
sourceFile
As
String
, _
ByVal
code
As
String
, _
ByVal
assemblyFile
As
String
, _
ByVal
referencedAssemblies
As
StringCollection
_
)
[C#]
public
void
SourceToFile(
string
sourceFile
,
string
code
,
string
assemblyFile
,
StringCollection
referencedAssemblies
);
See Also
CSharpCompiler Class
|
Sitecore.CodeDom.Compiler Namespace