Method | Description | |
---|---|---|
FindGlobalTypeWildcard ( string nameWildcard ) : CsDebugScript.CodeGen.Symbol[] |
Finds the list of global types specified by the wildcard.
|
|
GetAllTypes ( ) : IEnumerable |
Gets all types defined in the symbol.
|
|
GetSymbol ( string name ) : |
Gets the symbol by name from the cache.
|
|
Open ( XmlModule module ) : |
Opens the module for the specified XML module description.
|
Method | Description | |
---|---|---|
FixSymbolSearchName ( string &name ) : void |
Fixes the symbol name for the search.
|
|
GetSymbol ( IDiaSymbol symbol ) : |
Gets the symbol from the cache or adds new entry in the cache if symbol wasn't previously found.
|
|
Module ( string name, string nameSpace, IDiaDataSource dia, IDiaSession session ) : System |
Initializes a new instance of the Module class.
|
public FindGlobalTypeWildcard ( string nameWildcard ) : CsDebugScript.CodeGen.Symbol[] | ||
nameWildcard | string | The type name wildcard. |
return | CsDebugScript.CodeGen.Symbol[] |
public GetSymbol ( string name ) : |
||
name | string | The symbol name. |
return |
public static Open ( XmlModule module ) : |
||
module | XmlModule | The XML module description. |
return |