Share via


Print Method

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

Prints debugging messages.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
<ConditionalAttribute("TINYCLR_TRACE")> _
Public Shared Sub Print ( _
    text As String _
)
[ConditionalAttribute("TINYCLR_TRACE")]
public static void Print(
    string text
)
[ConditionalAttribute(L"TINYCLR_TRACE")]
public:
static void Print(
    String^ text
)
[<ConditionalAttribute("TINYCLR_TRACE")>]
static member Print : 
        text:string -> unit 
public static function Print(
    text : String
)

Parameters

.NET Framework Security

See Also

Reference

Trace Class

Microsoft.SPOT Namespace