API ReferenceFacepunch.ActionGraphs
AddAssemblyResultclass
Returned by `Facepunch.ActionGraphs.NodeLibrary.AddAssembly(System.Reflection.Assembly)`.
object→AddAssemblyResult
Constructors2
Showing 2 constructors
No results match this filter.
Methods3
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)
| Parameter | Type | Description |
|---|---|---|
| AlreadyAdded | bool | — |
| Errors | IReadOnlyDictionary<MemberInfo,Exception> | — |
Returns:
void—protected virtual bool PrintMembers(System.Text.StringBuilder builder)
| Parameter | Type | Description |
|---|---|---|
| builder | StringBuilder | — |
Returns:
bool—No results match this filter.
Properties3
Showing 3 properties
public bool Facepunch.ActionGraphs.AddAssemblyResult.AlreadyAdded { get; set; }
If true, this assembly was previously added so it was skipped.
Returns:
bool—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.
Returns:
IReadOnlyDictionary<MemberInfo,Exception>—No results match this filter.