CSharpCompilationOptions.WithScriptClassName(String) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
 Microsoft::CodeAnalysis::CSharp::CSharpCompilationOptions ^ WithScriptClassName(System::String ^ name);public Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions WithScriptClassName(string name);public Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions WithScriptClassName(string? name);override this.WithScriptClassName : string -> Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptionsPublic Function WithScriptClassName (name As String) As CSharpCompilationOptionsParameters
- name
- String