XLANGDebugPart 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- dbgPart
- XLANGSecuredDebugPart
適用於
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)
參數
- msg
- XLANGMessage
- part
- XLANGPart
- server
- IDebugServerInstance
適用於
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)
參數
- msg
- XLANGMessage
- part
- XLANGPart
- partData
- XLANGPartMetaData
- server
- IDebugServerInstance