C# 클래스 System.Diagnostics.SymbolStore.SymScope

상속: ISymbolScope
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
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