IDebugLaunchedProcessAttachRequestEvent110.GetInfo 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 GetInfo(cli::array <Microsoft::VisualStudio::Debugger::Interop::ProcessAttachRequestEventInfo> ^ pInfo);
int GetInfo(std::Array <Microsoft::VisualStudio::Debugger::Interop::ProcessAttachRequestEventInfo> const & pInfo);
public int GetInfo(Microsoft.VisualStudio.Debugger.Interop.ProcessAttachRequestEventInfo[] pInfo);
abstract member GetInfo : Microsoft.VisualStudio.Debugger.Interop.ProcessAttachRequestEventInfo[] -> int
Public Function GetInfo (pInfo As ProcessAttachRequestEventInfo()) As Integer
Parameters
- pInfo
- ProcessAttachRequestEventInfo[]