DkmSteppingCodePath.AdditionalData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Optional] Additional data about the code path. Meaning is implementation specific.
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>.