CreateDebuggingInterfaceFromVersion Function
.NET Framework 2.0
Creates an ICorDebug Interface object based on the specified version information.
HRESULT CreateDebuggingInterfaceFromVersion (
[in] int iDebuggerVersion,
[in] LPCWSTR szDebuggeeVersion,
[out] IUnknown **ppCordb
);
Parameters
- iDebuggerVersion
-
[in] The version of ICorDebug Interface that is expected by the debugger. See the CorDebugInterfaceVersion Enumeration enumeration for valid values.
- szDebuggeeVersion
-
[in] The common language runtime version associated with the application or process to be debugged. See the GetVersionFromProcess Function or GetRequestedRuntimeVersion Function method for information on retrieving this value.
- ppCordb
-
[out] The location that receives a pointer to the ICorDebug Interface object.