s&box docs
API ReferenceFacepunch.ActionGraphs

public class Facepunch.ActionGraphs.AddAssemblyResult

Returned by `Facepunch.ActionGraphs.NodeLibrary.AddAssembly(System.Reflection.Assembly)`.

Constructors

Showing 2 constructors

Methods

Showing 3 methods

public void Deconstruct(bool AlreadyAdded, System.Collections.Generic.IReadOnlyDictionary`2<System.Reflection.MemberInfo,System.Exception> Errors)

protected virtual bool PrintMembers(System.Text.StringBuilder builder)

Properties

Showing 3 properties

public bool Facepunch.ActionGraphs.AddAssemblyResult.AlreadyAdded { get; set; }

If true, this assembly was previously added so it was skipped.

public System.Collections.Generic.IReadOnlyDictionary`2<System.Reflection.MemberInfo,System.Exception> Facepunch.ActionGraphs.AddAssemblyResult.Errors { get; set; }

Any exceptions thrown when attempting to add methods can be found here.

Metadata

FieldValue
NamespaceFacepunch.ActionGraphs
Typeclass
AssemblyFacepunch.ActionGraphs
Doc IDT:Facepunch.ActionGraphs.AddAssemblyResult

On this page