Class EngineUtils
Inheritance
System.Object
EngineUtils
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public static class EngineUtils
Methods
|
Improve this Doc
View Source
BuildCommandLine(String, String)
Declaration
public static string BuildCommandLine(string exe, string args)
Parameters
Type |
Name |
Description |
System.String |
exe |
|
System.String |
args |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CheckOk(Int32)
Declaration
public static void CheckOk(int hr)
Parameters
Type |
Name |
Description |
System.Int32 |
hr |
|
|
Improve this Doc
View Source
GetAddressDescription(AD7Engine, UInt32)
Declaration
public static string GetAddressDescription(AD7Engine engine, uint ip)
Parameters
Type |
Name |
Description |
AD7Engine |
engine |
|
System.UInt32 |
ip |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetProcessId(IDebugProcess2)
Declaration
public static int GetProcessId(IDebugProcess2 process)
Parameters
Type |
Name |
Description |
IDebugProcess2 |
process |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetProcessId(IDebugProgram2)
Declaration
public static int GetProcessId(IDebugProgram2 program)
Parameters
Type |
Name |
Description |
IDebugProgram2 |
program |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RequireOk(Int32)
Declaration
public static void RequireOk(int hr)
Parameters
Type |
Name |
Description |
System.Int32 |
hr |
|
|
Improve this Doc
View Source
UnexpectedException(Exception)
Declaration
public static int UnexpectedException(Exception e)
Parameters
Type |
Name |
Description |
System.Exception |
e |
|
Returns
Type |
Description |
System.Int32 |
|