共用方式為


DkmScriptInstructionSymbol.AdditionalData Property

Definition

[Optional] Additional runtime-specific data associated with an address. This data will not be used when comparing addresses.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ AdditionalData { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> AdditionalData { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<byte>? AdditionalData { get; }
member this.AdditionalData : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property AdditionalData As ReadOnlyCollection(Of Byte)

Property Value

Returns ReadOnlyCollection<T>.

Applies to