DkmGetFunctionInfoAsyncResult.Results 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 RVA / size pairs from the query.
public:
property cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmRVASizePair> ^ Results { cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmRVASizePair> ^ get(); };
public:
property Platform::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmRVASizePair> ^ Results { Platform::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmRVASizePair> ^ get(); };
public Microsoft.VisualStudio.Debugger.Symbols.DkmRVASizePair[] Results { get; }
member this.Results : Microsoft.VisualStudio.Debugger.Symbols.DkmRVASizePair[]
Public ReadOnly Property Results As DkmRVASizePair()