ICorDebugProcess5.EnumerateGCReferences 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:
int EnumerateGCReferences(int bEnumerateWeakReferences, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugGCReferenceEnum ^ % ppEnum);
public int EnumerateGCReferences (int bEnumerateWeakReferences, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugGCReferenceEnum ppEnum);
abstract member EnumerateGCReferences : int * ICorDebugGCReferenceEnum -> int
Public Function EnumerateGCReferences (bEnumerateWeakReferences As Integer, ByRef ppEnum As ICorDebugGCReferenceEnum) As Integer
Parameters
- bEnumerateWeakReferences
- Int32
- ppEnum
- ICorDebugGCReferenceEnum