XLANGDebugPart Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
XLANGDebugPart(XLANGSecuredDebugPart) | |
XLANGDebugPart(XLANGMessage, XLANGPart, IDebugServerInstance) | |
XLANGDebugPart(XLANGMessage, XLANGPart, XLANGPartMetaData, IDebugServerInstance) |
XLANGDebugPart(XLANGSecuredDebugPart)
public:
XLANGDebugPart(Microsoft::XLANGs::RuntimeTypes::XLANGSecuredDebugPart ^ dbgPart);
public XLANGDebugPart (Microsoft.XLANGs.RuntimeTypes.XLANGSecuredDebugPart dbgPart);
new Microsoft.XLANGs.RuntimeTypes.XLANGDebugPart : Microsoft.XLANGs.RuntimeTypes.XLANGSecuredDebugPart -> Microsoft.XLANGs.RuntimeTypes.XLANGDebugPart
Public Sub New (dbgPart As XLANGSecuredDebugPart)
Parametri
- dbgPart
- XLANGSecuredDebugPart
Si applica a
XLANGDebugPart(XLANGMessage, XLANGPart, IDebugServerInstance)
public:
XLANGDebugPart(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, Microsoft::XLANGs::BaseTypes::XLANGPart ^ part, Microsoft::XLANGs::RuntimeTypes::IDebugServerInstance ^ server);
public XLANGDebugPart (Microsoft.XLANGs.BaseTypes.XLANGMessage msg, Microsoft.XLANGs.BaseTypes.XLANGPart part, Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance server);
new Microsoft.XLANGs.RuntimeTypes.XLANGDebugPart : Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.BaseTypes.XLANGPart * Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance -> Microsoft.XLANGs.RuntimeTypes.XLANGDebugPart
Public Sub New (msg As XLANGMessage, part As XLANGPart, server As IDebugServerInstance)
Parametri
- msg
- XLANGMessage
- part
- XLANGPart
- server
- IDebugServerInstance
Si applica a
XLANGDebugPart(XLANGMessage, XLANGPart, XLANGPartMetaData, IDebugServerInstance)
public:
XLANGDebugPart(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, Microsoft::XLANGs::BaseTypes::XLANGPart ^ part, Microsoft::XLANGs::RuntimeTypes::XLANGPartMetaData ^ partData, Microsoft::XLANGs::RuntimeTypes::IDebugServerInstance ^ server);
public XLANGDebugPart (Microsoft.XLANGs.BaseTypes.XLANGMessage msg, Microsoft.XLANGs.BaseTypes.XLANGPart part, Microsoft.XLANGs.RuntimeTypes.XLANGPartMetaData partData, Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance server);
new Microsoft.XLANGs.RuntimeTypes.XLANGDebugPart : Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.BaseTypes.XLANGPart * Microsoft.XLANGs.RuntimeTypes.XLANGPartMetaData * Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance -> Microsoft.XLANGs.RuntimeTypes.XLANGDebugPart
Public Sub New (msg As XLANGMessage, part As XLANGPart, partData As XLANGPartMetaData, server As IDebugServerInstance)
Parametri
- msg
- XLANGMessage
- part
- XLANGPart
- partData
- XLANGPartMetaData
- server
- IDebugServerInstance