Write Method (Byte[])

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Writes a message to the debugging channel.

Namespace:  System.Ext
Assembly:  MFDpwsExtensions (in MFDpwsExtensions.dll)

Syntax

'Declaration
<ConditionalAttribute("DEBUG")> _
Public Shared Sub Write ( _
    message As Byte() _
)
[ConditionalAttribute("DEBUG")]
public static void Write(
    byte[] message
)
[ConditionalAttribute(L"DEBUG")]
public:
static void Write(
    array<unsigned char>^ message
)
[<ConditionalAttribute("DEBUG")>]
static member Write : 
        message:byte[] -> unit 
public static function Write(
    message : byte[]
)

Parameters

.NET Framework Security

See Also

Reference

Console Class

Write Overload

System.Ext Namespace