次の方法で共有


ICompilationServiceFactory<TCompilationService,TMetadata> インターフェイス

定義

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

型パラメーター

TCompilationService
TMetadata
派生

プロパティ

SupportedScriptTypes

メソッド

CreateService(ScriptType, TMetadata)

適用対象