Share via


GetTypeFromHash Method

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

Gets the type that uses the specified hash attribute.

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

Syntax

'Declaration
Public Shared Function GetTypeFromHash ( _
    hash As UInteger _
) As Type
public static Type GetTypeFromHash(
    uint hash
)
public:
static Type^ GetTypeFromHash(
    unsigned int hash
)
static member GetTypeFromHash : 
        hash:uint32 -> Type 
public static function GetTypeFromHash(
    hash : uint
) : Type

Parameters

Return Value

Type: System. . :: . .Type
The type that corresponds to the specified hash attribute.

.NET Framework Security

See Also

Reference

Reflection Class

Microsoft.SPOT Namespace