C# Класс System.Diagnostics.SymbolStore.SymScope

Наследование: ISymbolScope
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetChildren ( ) : ISymbolScope[]
GetLocals ( ) : ISymbolVariable[]
GetNamespaces ( ) : ISymbolNamespace[]
SymScope ( IntPtr pScope ) : System

Приватные методы

Метод Описание
SymScope_GetChildren ( IntPtr Scope, int cChildren, int &pcChildren, [ ScopePointers ) : int
SymScope_GetEndOffset ( IntPtr Scope, int &pRetVal ) : int
SymScope_GetLocals ( IntPtr Scope, int cVariables, int &pcVariables, [ VariablePointers ) : int
SymScope_GetMethod ( IntPtr Scope, IntPtr &Method ) : int
SymScope_GetNamespaces ( IntPtr Scope, int cNamespaces, int &pcNamespaces, [ NamespacePointers ) : int
SymScope_GetParent ( IntPtr Scope, IntPtr &ParentScope ) : int
SymScope_GetStartOffset ( IntPtr Scope, int &pRetVal ) : int
SymScope_Release ( IntPtr Variable ) : int

Описание методов

GetChildren() публичный Метод

public GetChildren ( ) : ISymbolScope[]
Результат ISymbolScope[]

GetLocals() публичный Метод

public GetLocals ( ) : ISymbolVariable[]
Результат ISymbolVariable[]

GetNamespaces() публичный Метод

public GetNamespaces ( ) : ISymbolNamespace[]
Результат ISymbolNamespace[]

SymScope() публичный Метод

public SymScope ( IntPtr pScope ) : System
pScope System.IntPtr
Результат System