class
AddAssemblyResult
public class AddAssemblyResult Returned by Assembly).
Constructors
AddAssemblyResult(Boolean AlreadyAdded, IReadOnlyDictionary<MemberInfo, Exception> Errors) Properties
| Name | Type | Description |
|---|---|---|
AlreadyAdded | Boolean | If true, this assembly was previously added so it was skipped. |
Errors | IReadOnlyDictionary<MemberInfo, Exception> | Any exceptions thrown when attempting to add methods can be found here. |
Methods
virtual AddAssemblyResult <Clone>$() Void Deconstruct(Boolean AlreadyAdded, IReadOnlyDictionary<MemberInfo, Exception> Errors) Assembly:
Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.AddAssemblyResult