Share via


IsTypeLoaded Method

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

Indicates whether a specified type is loaded.

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

Syntax

'Declaration
Public Shared Function IsTypeLoaded ( _
    t As Type _
) As Boolean
public static bool IsTypeLoaded(
    Type t
)
public:
static bool IsTypeLoaded(
    Type^ t
)
static member IsTypeLoaded : 
        t:Type -> bool 
public static function IsTypeLoaded(
    t : Type
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
true if the specified type is loaded; otherwise, false.

.NET Framework Security

See Also

Reference

Reflection Class

Microsoft.SPOT Namespace