Generated by DocFX

Class PreviousOutput

Inheritance
System.Object
PreviousOutput
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.dll
Syntax
public class PreviousOutput

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
| Improve this Doc View Source

Addresses

Declaration
[JsonProperty("addresses", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> Addresses { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<System.String>
| Improve this Doc View Source

Asm

Declaration
[JsonProperty("asm", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Asm { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Hex

Declaration
[JsonProperty("hex", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Hex { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ReqSigs

Declaration
[JsonProperty("reqSigs", Required = Required.AllowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? ReqSigs { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

Type

Declaration
[JsonProperty("type", Required = Required.AllowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Type { get; set; }
Property Value
Type Description
System.String