Method | Description | |
---|---|---|
AddPort ( IDebugPortRequest2 pRequest, IDebugPort2 &ppPort ) : int | ||
CanAddPort ( ) : int | ||
EnumPorts ( IEnumDebugPorts2 &ppEnum ) : int | ||
GetDescription ( enum_PORT_SUPPLIER_DESCRIPTION_FLAGS pdwFlags, string &pbstrText ) : int | ||
GetExecutableForAttach ( uint processId ) : string |
Returns a string that is suitable for use with VsDebugTargetInfo2.bstrExe when attaching to an R process. Both VsDebugTargetInfo2.bstrExe and VsDebugTargetInfo2.dwProcessId must be filled for attach to be successful, even though they contain duplicate data. |
|
GetPort ( System.Guid &guidPort, IDebugPort2 &ppPort ) : int | ||
GetPortSupplierId ( System.Guid &pguidPortSupplier ) : int | ||
GetPortSupplierName ( string &pbstrName ) : int | ||
GetProcessId ( int sessionId ) : uint | ||
RDebugPortSupplier ( ) : System | ||
RemovePort ( IDebugPort2 pPort ) : int |
public AddPort ( IDebugPortRequest2 pRequest, IDebugPort2 &ppPort ) : int | ||
pRequest | IDebugPortRequest2 | |
ppPort | IDebugPort2 | |
return | int |
public EnumPorts ( IEnumDebugPorts2 &ppEnum ) : int | ||
ppEnum | IEnumDebugPorts2 | |
return | int |
public GetDescription ( enum_PORT_SUPPLIER_DESCRIPTION_FLAGS pdwFlags, string &pbstrText ) : int | ||
pdwFlags | enum_PORT_SUPPLIER_DESCRIPTION_FLAGS | |
pbstrText | string | |
return | int |
public static GetExecutableForAttach ( uint processId ) : string | ||
processId | uint |
/// Process ID for the R session to attach to. This should be the same value as used for |
return | string |
public GetPort ( System.Guid &guidPort, IDebugPort2 &ppPort ) : int | ||
guidPort | System.Guid | |
ppPort | IDebugPort2 | |
return | int |
public GetPortSupplierId ( System.Guid &pguidPortSupplier ) : int | ||
pguidPortSupplier | System.Guid | |
return | int |
public GetPortSupplierName ( string &pbstrName ) : int | ||
pbstrName | string | |
return | int |
public static GetProcessId ( int sessionId ) : uint | ||
sessionId | int | |
return | uint |
public RemovePort ( IDebugPort2 pPort ) : int | ||
pPort | IDebugPort2 | |
return | int |