IMachineDebugManagerEvents.onAddApplication Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int onAddApplication(Microsoft::VisualStudio::Debugger::Interop::IRemoteDebugApplication ^ pda, System::UInt32 dwAppCookie);
public int onAddApplication(Microsoft.VisualStudio.Debugger.Interop.IRemoteDebugApplication pda, uint dwAppCookie);
abstract member onAddApplication : Microsoft.VisualStudio.Debugger.Interop.IRemoteDebugApplication * uint32 -> int
Public Function onAddApplication (pda As IRemoteDebugApplication, dwAppCookie As UInteger) As Integer
Parameters
- dwAppCookie
- UInt32