NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeCompiler.FromSource

[To be supplied.]

[Visual Basic]
Overridable Protected Function FromSource( _
   ByVal options As CompilerParameters, _
   ByVal source As String _
) As CompilerResults
[C#]
protected virtual CompilerResults FromSource(
   CompilerParameters options,
   string source
);
[C++]
protected: virtual CompilerResults* FromSource(
   CompilerParameters* options,
   String* source
);
[JScript]
protected function FromSource(
   options : CompilerParameters,
   source : String
) : CompilerResults;

Parameters

options
[To be supplied.]
source
[To be supplied.]

See Also

CodeCompiler Class | CodeCompiler Members | System.CodeDOM.Compiler Namespace