API ReferenceFacepunch.ActionGraphs
public class Facepunch.ActionGraphs.AddAssemblyResult
Returned by `Facepunch.ActionGraphs.NodeLibrary.AddAssembly(System.Reflection.Assembly)`.
Constructors
Showing 2 constructors
No results match this filter.
Methods
Showing 3 methods
public virtual Facepunch.ActionGraphs.AddAssemblyResult <Clone>$()
public void Deconstruct(bool AlreadyAdded, System.Collections.Generic.IReadOnlyDictionary`2<System.Reflection.MemberInfo,System.Exception> Errors)
protected virtual bool PrintMembers(System.Text.StringBuilder builder)
No results match this filter.
Properties
Showing 3 properties
public bool Facepunch.ActionGraphs.AddAssemblyResult.AlreadyAdded { get; set; }
If true, this assembly was previously added so it was skipped.
protected virtual System.Type Facepunch.ActionGraphs.AddAssemblyResult.EqualityContract { get; set; }
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Facepunch.ActionGraphs |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.AddAssemblyResult |