Share via


IDebugComPlusSymbolProvider2.IsHiddenCode(IDebugAddress) Method

Definition

public:
 int IsHiddenCode(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress);
public int IsHiddenCode(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress);
abstract member IsHiddenCode : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress -> int
Public Function IsHiddenCode (pAddress As IDebugAddress) As Integer

Parameters

pAddress
IDebugAddress

Returns

Implements

Applies to