C# Class System.Diagnostics.SymbolStore.SymScope

Inheritance: ISymbolScope
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetChildren ( ) : ISymbolScope[]
GetLocals ( ) : ISymbolVariable[]
GetNamespaces ( ) : ISymbolNamespace[]
SymScope ( IntPtr pScope ) : System

Private Methods

Méthode Description
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

Method Details

GetChildren() public méthode

public GetChildren ( ) : ISymbolScope[]
Résultat ISymbolScope[]

GetLocals() public méthode

public GetLocals ( ) : ISymbolVariable[]
Résultat ISymbolVariable[]

GetNamespaces() public méthode

public GetNamespaces ( ) : ISymbolNamespace[]
Résultat ISymbolNamespace[]

SymScope() public méthode

public SymScope ( IntPtr pScope ) : System
pScope System.IntPtr
Résultat System