ICorDebugComObjectValue.GetCachedInterfacePointers Method
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.
public:
void GetCachedInterfacePointers(int bIInspectableOnly, int celt, [Runtime::InteropServices::Out] int % pceltFetched, cli::array <System::UInt64> ^ ptrs);
public void GetCachedInterfacePointers (int bIInspectableOnly, int celt, out int pceltFetched, ulong[] ptrs);
abstract member GetCachedInterfacePointers : int * int * int * uint64[] -> unit
Public Sub GetCachedInterfacePointers (bIInspectableOnly As Integer, celt As Integer, ByRef pceltFetched As Integer, ptrs As ULong())
Parameters
- bIInspectableOnly
- Int32
- celt
- Int32
- pceltFetched
- Int32
- ptrs
- UInt64[]