XLANGDebugMessage 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
XLANGDebugMessage(XLANGSecuredDebugMessage) | |
XLANGDebugMessage(XLANGMessage, IDebugServerInstance) | |
XLANGDebugMessage(XLANGMessage, String, IDictionary, IDebugServerInstance) |
XLANGDebugMessage(XLANGSecuredDebugMessage)
public:
XLANGDebugMessage(Microsoft::XLANGs::RuntimeTypes::XLANGSecuredDebugMessage ^ dbgMessage);
public XLANGDebugMessage (Microsoft.XLANGs.RuntimeTypes.XLANGSecuredDebugMessage dbgMessage);
new Microsoft.XLANGs.RuntimeTypes.XLANGDebugMessage : Microsoft.XLANGs.RuntimeTypes.XLANGSecuredDebugMessage -> Microsoft.XLANGs.RuntimeTypes.XLANGDebugMessage
Public Sub New (dbgMessage As XLANGSecuredDebugMessage)
Parametri
- dbgMessage
- XLANGSecuredDebugMessage
Si applica a
XLANGDebugMessage(XLANGMessage, IDebugServerInstance)
public:
XLANGDebugMessage(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ message, Microsoft::XLANGs::RuntimeTypes::IDebugServerInstance ^ server);
public XLANGDebugMessage (Microsoft.XLANGs.BaseTypes.XLANGMessage message, Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance server);
new Microsoft.XLANGs.RuntimeTypes.XLANGDebugMessage : Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance -> Microsoft.XLANGs.RuntimeTypes.XLANGDebugMessage
Public Sub New (message As XLANGMessage, server As IDebugServerInstance)
Parametri
- message
- XLANGMessage
- server
- IDebugServerInstance
Si applica a
XLANGDebugMessage(XLANGMessage, String, IDictionary, IDebugServerInstance)
public:
XLANGDebugMessage(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ message, System::String ^ name, System::Collections::IDictionary ^ partMetadata, Microsoft::XLANGs::RuntimeTypes::IDebugServerInstance ^ server);
public XLANGDebugMessage (Microsoft.XLANGs.BaseTypes.XLANGMessage message, string name, System.Collections.IDictionary partMetadata, Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance server);
new Microsoft.XLANGs.RuntimeTypes.XLANGDebugMessage : Microsoft.XLANGs.BaseTypes.XLANGMessage * string * System.Collections.IDictionary * Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance -> Microsoft.XLANGs.RuntimeTypes.XLANGDebugMessage
Public Sub New (message As XLANGMessage, name As String, partMetadata As IDictionary, server As IDebugServerInstance)
Parametri
- message
- XLANGMessage
- name
- String
- partMetadata
- IDictionary
- server
- IDebugServerInstance