Search Results for

    Show / Hide Table of Contents

    Class CeresGraphCompiler

    Ceres graph compiler

    Inheritance
    object
    CeresGraphCompiler
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class CeresGraphCompiler : IDisposable

    Properties

    Context

    Declaration
    public ICeresGraphCompilationContext Context { get; set; }
    Property Value
    Type Description
    ICeresGraphCompilationContext

    Source

    Compilation source graph, will not change during compilation

    Declaration
    public CeresGraph Source { get; }
    Property Value
    Type Description
    CeresGraph

    Target

    Compilation target graph

    Declaration
    public CeresGraph Target { get; }
    Property Value
    Type Description
    CeresGraph

    Methods

    Dispose()

    Declaration
    public void Dispose()

    GetPooled(CeresGraph, ICeresGraphCompilationContext)

    Declaration
    public static CeresGraphCompiler GetPooled(CeresGraph graph, ICeresGraphCompilationContext context = null)
    Parameters
    Type Name Description
    CeresGraph graph
    ICeresGraphCompilationContext context
    Returns
    Type Description
    CeresGraphCompiler
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX