Share via


IDebugDumpModule100.IsBinaryLoaded Method

Namespace:  Microsoft.VisualStudio.Debugger.Interop
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
Function IsBinaryLoaded ( _
    <OutAttribute> ByRef pbLoaded As Integer _
) As Integer
int IsBinaryLoaded(
    out int pbLoaded
)
int IsBinaryLoaded(
    [OutAttribute] int% pbLoaded
)
abstract IsBinaryLoaded : 
        pbLoaded:int byref -> int
function IsBinaryLoaded(
    pbLoaded : int
) : int

Parameters

  • pbLoaded
    Type: Int32%

Return Value

Type: Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IDebugDumpModule100 Interface

Microsoft.VisualStudio.Debugger.Interop Namespace