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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.