XLANGSecuredDebugPart Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- msg
- XLANGMessage
- part
- XLANGPart
- server
- IDebugServerInstance
Applies to
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)
Parameters
- msg
- XLANGMessage
- part
- XLANGPart
- partData
- XLANGPartMetaData
- server
- IDebugServerInstance