IDebugProgramPublisher2.PublishProgram 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 PublishProgram(Microsoft::VisualStudio::Debugger::Interop::CONST_GUID_ARRAY Engines, System::String ^ szFriendlyName, System::Object ^ pDebuggeeInterface);
public int PublishProgram(Microsoft.VisualStudio.Debugger.Interop.CONST_GUID_ARRAY Engines, string szFriendlyName, object pDebuggeeInterface);
abstract member PublishProgram : Microsoft.VisualStudio.Debugger.Interop.CONST_GUID_ARRAY * string * obj -> int
Public Function PublishProgram (Engines As CONST_GUID_ARRAY, szFriendlyName As String, pDebuggeeInterface As Object) As Integer
Parameters
- Engines
- CONST_GUID_ARRAY
- szFriendlyName
- String
- pDebuggeeInterface
- Object