DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="0.7.4" />

.NET API 2,355,200 bytes

 ZeroTouchNodeController

public string Category { get; }

public FunctionDescriptor Definition { get; set; }

public string Description { get; }

public string MangledName { get; }

public ZeroTouchNodeController(EngineController engineController, FunctionDescriptor zeroTouchDef)

protected AssociativeNode CreateFunctionObject(NodeModel model, AssociativeNode functionNode, List<AssociativeNode> inputs)

protected virtual void InitializeFunctionParameters(NodeModel model, IEnumerable<TypedParameter> parameters)

public bool IsConstructor()

public bool IsInstanceMember()

public bool IsStaticMember()