Share via


IDebugDisassemblyStream2.GetScope Method

Definition

Overloads

GetScope(enum_DISASSEMBLY_STREAM_SCOPE[])
GetScope(UInt32)

GetScope(enum_DISASSEMBLY_STREAM_SCOPE[])

public:
 int GetScope(cli::array <Microsoft::VisualStudio::Debugger::Interop::enum_DISASSEMBLY_STREAM_SCOPE> ^ pdwScope);
public int GetScope (Microsoft.VisualStudio.Debugger.Interop.enum_DISASSEMBLY_STREAM_SCOPE[] pdwScope);
abstract member GetScope : Microsoft.VisualStudio.Debugger.Interop.enum_DISASSEMBLY_STREAM_SCOPE[] -> int
Public Function GetScope (pdwScope As enum_DISASSEMBLY_STREAM_SCOPE()) As Integer

Parameters

Returns

Applies to

GetScope(UInt32)

public:
 int GetScope([Runtime::InteropServices::Out] System::UInt32 % pdwScope);
public int GetScope (out uint pdwScope);
abstract member GetScope : uint32 -> int
Public Function GetScope (ByRef pdwScope As UInteger) As Integer

Parameters

pdwScope
UInt32

Returns

Applies to