Share via


Reflection.IsTypeLoaded Method

Indicates whether a specified type is loaded.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Native (in microsoft.spot.native.dll)

Syntax

[MethodImplAttribute]
public static bool IsTypeLoaded (
         Typet
)

Parameters

  • t
    The type you want to check for.

Return Value

true if the specified type is loaded; otherwise, false.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Reflection Class
Reflection Members
Microsoft.SPOT Namespace