CodeInfo
StockSharp.Algo.Compilation
Code info.
継承元: NotifiableObject
実装: IPersistable, IDisposable
コンストラクター
CodeInfo()
Initializes a new instance of the CodeInfo.
プロパティ
AssemblyReferences : IList<AssemblyReference>
Assembly references.
ExtraSources : string[]
Extra source codes.
IsCompilable : bool
The code is compilable.
ModuleName : string
Module name.
NuGetReferences : IList<NuGetReference>
NuGet references.
ObjectType : Type
Object type.
ProjectReferences : IList<ICodeReference>
File references.
メソッド
Compile(Func<Type, bool>, string) : IEnumerable<CompilationError>
Compile code.
- isTypeCompatible
- Is type compatible.
- typeName
- Type name.
戻り値: CompilationResult
CompileAsync(Func<Type, bool>, string, CancellationToken) : Task<IEnumerable<CompilationError>>
Compile code.
- isTypeCompatible
- Is type compatible.
- typeName
- Type name.
- cancellationToken
- CancellationToken
戻り値: CompilationResult
Dispose()
Disposes of items in the pool that implement IDisposable.