Method | Description | |
---|---|---|
AsmExpressionEvaluator ( ) : System | ||
GetMethodLocationProperty ( string upstrFullyQualifiedMethodPlusOffset, IDebugSymbolProvider pSymbolProvider, IDebugAddress pAddress, IDebugBinder pBinder, IDebugProperty2 &ppProperty ) : int | ||
GetMethodProperty ( IDebugSymbolProvider pSymbolProvider, IDebugAddress pAddress, IDebugBinder pBinder, int fIncludeHiddenLocals, IDebugProperty2 &ppProperty ) : int | ||
GetService ( System.Guid uid, object &ppService ) : int | ||
Parse ( string upstrExpression, uint dwFlags, uint nRadix, string &pbstrError, uint &pichError, IDebugParsedExpression &ppParsedExpression ) : int | ||
PreloadModules ( IDebugSymbolProvider pSym ) : int | ||
SetCallback ( IDebugSettingsCallback2 pCallback ) : int | ||
SetCorPath ( string pcstrCorPath ) : int | ||
SetIDebugIDECallback ( IDebugIDECallback pCallback ) : int | ||
SetLocale ( ushort wLangID ) : int | ||
SetRegistryRoot ( string ustrRegistryRoot ) : int | ||
Terminate ( ) : int |
public GetMethodLocationProperty ( string upstrFullyQualifiedMethodPlusOffset, IDebugSymbolProvider pSymbolProvider, IDebugAddress pAddress, IDebugBinder pBinder, IDebugProperty2 &ppProperty ) : int | ||
upstrFullyQualifiedMethodPlusOffset | string | |
pSymbolProvider | IDebugSymbolProvider | |
pAddress | IDebugAddress | |
pBinder | IDebugBinder | |
ppProperty | IDebugProperty2 | |
return | int |
public GetMethodProperty ( IDebugSymbolProvider pSymbolProvider, IDebugAddress pAddress, IDebugBinder pBinder, int fIncludeHiddenLocals, IDebugProperty2 &ppProperty ) : int | ||
pSymbolProvider | IDebugSymbolProvider | |
pAddress | IDebugAddress | |
pBinder | IDebugBinder | |
fIncludeHiddenLocals | int | |
ppProperty | IDebugProperty2 | |
return | int |
public GetService ( System.Guid uid, object &ppService ) : int | ||
uid | System.Guid | |
ppService | object | |
return | int |
public Parse ( string upstrExpression, uint dwFlags, uint nRadix, string &pbstrError, uint &pichError, IDebugParsedExpression &ppParsedExpression ) : int | ||
upstrExpression | string | |
dwFlags | uint | |
nRadix | uint | |
pbstrError | string | |
pichError | uint | |
ppParsedExpression | IDebugParsedExpression | |
return | int |
public PreloadModules ( IDebugSymbolProvider pSym ) : int | ||
pSym | IDebugSymbolProvider | |
return | int |
public SetCallback ( IDebugSettingsCallback2 pCallback ) : int | ||
pCallback | IDebugSettingsCallback2 | |
return | int |
public SetCorPath ( string pcstrCorPath ) : int | ||
pcstrCorPath | string | |
return | int |
public SetIDebugIDECallback ( IDebugIDECallback pCallback ) : int | ||
pCallback | IDebugIDECallback | |
return | int |
public SetRegistryRoot ( string ustrRegistryRoot ) : int | ||
ustrRegistryRoot | string | |
return | int |