XLANGSecuredDebugPart Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
XLANGSecuredDebugPart(XLANGMessage, XLANGPart, IDebugServerInstance) | |
XLANGSecuredDebugPart(XLANGMessage, XLANGPart, XLANGPartMetaData, IDebugServerInstance) |
XLANGSecuredDebugPart(XLANGMessage, XLANGPart, IDebugServerInstance)
public:
XLANGSecuredDebugPart(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, Microsoft::XLANGs::BaseTypes::XLANGPart ^ part, Microsoft::XLANGs::RuntimeTypes::IDebugServerInstance ^ server);
public XLANGSecuredDebugPart (Microsoft.XLANGs.BaseTypes.XLANGMessage msg, Microsoft.XLANGs.BaseTypes.XLANGPart part, Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance server);
new Microsoft.XLANGs.RuntimeTypes.XLANGSecuredDebugPart : Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.BaseTypes.XLANGPart * Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance -> Microsoft.XLANGs.RuntimeTypes.XLANGSecuredDebugPart
Public Sub New (msg As XLANGMessage, part As XLANGPart, server As IDebugServerInstance)
Parámetros
- msg
- XLANGMessage
- part
- XLANGPart
- server
- IDebugServerInstance
Se aplica a
XLANGSecuredDebugPart(XLANGMessage, XLANGPart, XLANGPartMetaData, IDebugServerInstance)
public:
XLANGSecuredDebugPart(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, Microsoft::XLANGs::BaseTypes::XLANGPart ^ part, Microsoft::XLANGs::RuntimeTypes::XLANGPartMetaData ^ partData, Microsoft::XLANGs::RuntimeTypes::IDebugServerInstance ^ server);
public XLANGSecuredDebugPart (Microsoft.XLANGs.BaseTypes.XLANGMessage msg, Microsoft.XLANGs.BaseTypes.XLANGPart part, Microsoft.XLANGs.RuntimeTypes.XLANGPartMetaData partData, Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance server);
new Microsoft.XLANGs.RuntimeTypes.XLANGSecuredDebugPart : Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.BaseTypes.XLANGPart * Microsoft.XLANGs.RuntimeTypes.XLANGPartMetaData * Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance -> Microsoft.XLANGs.RuntimeTypes.XLANGSecuredDebugPart
Public Sub New (msg As XLANGMessage, part As XLANGPart, partData As XLANGPartMetaData, server As IDebugServerInstance)
Parámetros
- msg
- XLANGMessage
- part
- XLANGPart
- partData
- XLANGPartMetaData
- server
- IDebugServerInstance