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
- message
Type: array<System. . :: . .Byte> [] () [] []
The message to write.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.