NativeSymbolMethodPayload
Namespace: Dotsider.Core.Protocol
Assembly: Dotsider.Core.dll
A native-symbol method identity. Defines a stable contract for command-line and MCP protocol responses. Uses an explicit shape that source-generated JSON preserves in Native AOT.
public sealed record NativeSymbolMethodPayload : IEquatable<NativeSymbolMethodPayload>Inheritance
Section titled “Inheritance”Object → NativeSymbolMethodPayload
Implements
Section titled “Implements”Constructors
Section titled “Constructors”NativeSymbolMethodPayload(string, string)
Section titled “NativeSymbolMethodPayload(string, string)”A native-symbol method identity. Defines a stable contract for command-line and MCP protocol responses. Uses an explicit shape that source-generated JSON preserves in Native AOT.
Parameters:
public NativeSymbolMethodPayload(string Name, string Address)Properties
Section titled “Properties”Address
Section titled “Address”Returns: String
public string Address { get; init; }Returns: String
public string Name { get; init; }Methods
Section titled “Methods”Deconstruct(out string, out string)
Section titled “Deconstruct(out string, out string)”Parameters:
public void Deconstruct(out string Name, out string Address)Equals(NativeSymbolMethodPayload?)
Section titled “Equals(NativeSymbolMethodPayload?)”Parameters:
other(NativeSymbolMethodPayload)
Returns: Boolean
public bool Equals(NativeSymbolMethodPayload? other)Equals(object?)
Section titled “Equals(object?)”Parameters:
obj(Object)
Returns: Boolean
public override bool Equals(object? obj)GetHashCode()
Section titled “GetHashCode()”Returns: Int32
public override int GetHashCode()ToString()
Section titled “ToString()”Returns: String
public override string ToString()Members
Section titled “Members”operator !=(NativeSymbolMethodPayload?, NativeSymbolMethodPayload?)
Section titled “operator !=(NativeSymbolMethodPayload?, NativeSymbolMethodPayload?)”Parameters:
left(NativeSymbolMethodPayload)right(NativeSymbolMethodPayload)
Returns: Boolean
public static bool operator !=(NativeSymbolMethodPayload? left, NativeSymbolMethodPayload? right)operator ==(NativeSymbolMethodPayload?, NativeSymbolMethodPayload?)
Section titled “operator ==(NativeSymbolMethodPayload?, NativeSymbolMethodPayload?)”Parameters:
left(NativeSymbolMethodPayload)right(NativeSymbolMethodPayload)
Returns: Boolean
public static bool operator ==(NativeSymbolMethodPayload? left, NativeSymbolMethodPayload? right)