Class CompiledBinding
Namespace: DotBoxD.Kernels.Bindings
Assembly: DotBoxD.Kernels.dll
public sealed record CompiledBinding : IEquatable<CompiledBinding>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”CompiledBinding(string, string, string)
Section titled “ CompiledBinding(string, string, string)”public CompiledBinding(string Kind, string Type, string Method)Parameters
Section titled “Parameters”Kind string
Type string
Method string
Properties
Section titled “Properties”public string Kind { get; init; }Property Value
Section titled “Property Value”Method
Section titled “ Method”public string Method { get; init; }Property Value
Section titled “Property Value”public string Type { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”RuntimeStub(string, string)
Section titled “ RuntimeStub(string, string)”public static CompiledBinding RuntimeStub(string type, string method)Parameters
Section titled “Parameters”type string
method string