DkmNativeRawReturnValue.Memory 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.
The result of copying some (platform dependent) number of bytes at the address referenced by the (platform dependent) return-value register. May be used to provide visualizations for pointer return values.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Memory { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> Memory { get; }
member this.Memory : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property Memory As ReadOnlyCollection(Of Byte)
Property Value
Returns ReadOnlyCollection<T>.