ICompilationServiceFactory<TCompilationService,TMetadata> Interface

Definition

public interface ICompilationServiceFactory<TCompilationService,TMetadata> where TCompilationService : ICompilationService
type ICompilationServiceFactory<'CompilationService, 'Metadata (requires 'CompilationService :> ICompilationService)> = interface
Public Interface ICompilationServiceFactory(Of TCompilationService, TMetadata)

Type Parameters

TCompilationService
TMetadata
Derived

Properties

SupportedScriptTypes

Methods

CreateService(ScriptType, TMetadata)

Applies to