IDebugCoreServer3.EnableAutoAttach(Guid[], UInt32, String, String) 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 EnableAutoAttach(cli::array <Guid> ^ rgguidSpecificEngines, System::UInt32 celtSpecificEngines, System::String ^ pszStartPageUrl, [Runtime::InteropServices::Out] System::String ^ % pbstrSessionId);
public int EnableAutoAttach(Guid[] rgguidSpecificEngines, uint celtSpecificEngines, string pszStartPageUrl, out string pbstrSessionId);
abstract member EnableAutoAttach : Guid[] * uint32 * string * string -> int
Public Function EnableAutoAttach (rgguidSpecificEngines As Guid(), celtSpecificEngines As UInteger, pszStartPageUrl As String, ByRef pbstrSessionId As String) As Integer
Parameters
- rgguidSpecificEngines
- Guid[]
- celtSpecificEngines
- UInt32
- pszStartPageUrl
- String
- pbstrSessionId
- String