C# 클래스 CsDebugScript.CodeGen.SymbolNameHelper

Helper functions that aid with symbol name string manipulations.
파일 보기 프로젝트 열기: southpolenator/WinDbgCs 1 사용 예제들

공개 메소드들

메소드 설명
ContainsTemplateType ( string symbolName ) : bool

Determines whether the specified symbol name contains template type.

CreateLookupNameForSymbol ( Symbol symbol ) : string

Creates the lookup name for the specified symbol. This helps grouping template symbols together.

GetSymbolNamespaces ( string symbolName ) : List

Get list of symbol namespaces separated by '::'. Namespace includes full name.

비공개 메소드들

메소드 설명
CreateLookupForNamespace ( string namespaceSymbol ) : string

Creates the lookup for single namespace.

메소드 상세

ContainsTemplateType() 공개 정적인 메소드

Determines whether the specified symbol name contains template type.
public static ContainsTemplateType ( string symbolName ) : bool
symbolName string The symbol name.
리턴 bool

CreateLookupNameForSymbol() 공개 정적인 메소드

Creates the lookup name for the specified symbol. This helps grouping template symbols together.
public static CreateLookupNameForSymbol ( Symbol symbol ) : string
symbol Symbol The symbol.
리턴 string

GetSymbolNamespaces() 공개 정적인 메소드

Get list of symbol namespaces separated by '::'. Namespace includes full name.
public static GetSymbolNamespaces ( string symbolName ) : List
symbolName string The symbol name.
리턴 List