RazorEngine


RoslynCompilerServiceFactory

Defined in RazorEngine.Roslyn.dll.
Provides a implementation of ICompilerServiceFactory for the Roslyn implementation.

Constructors

ConstructorDescription
new()
Signature: unit -> unit

Instance members

Instance memberDescription
CreateCompilerService(language)
Signature: language:Language -> ICompilerService
Modifiers: abstract
Creates a ICompilerService that supports the specified language.
Fork me on GitHub