Struct AppResourceRecord
Assembly: cs.temp.dll.dll
Syntax
public struct AppResourceRecord : IEquatable<AppResourceRecord>
Properties
Address
Declaration
public string Address { get; set; }
Property Value
AppDeleted
Whether the app was deleted
Declaration
public bool AppDeleted { get; set; }
Property Value
AppIndex
Declaration
public ulong AppIndex { get; set; }
Property Value
AppLocalState
Declaration
public ApplicationLocalState AppLocalState { get; set; }
Property Value
AppLocalStateDeleted
Whether the app local state was deleted
Declaration
public bool AppLocalStateDeleted { get; set; }
Property Value
AppParams
Declaration
public ApplicationParams AppParams { get; set; }
Property Value
Methods
Equals(AppResourceRecord)
Declaration
public bool Equals(AppResourceRecord other)
Parameters
Returns