Share via


GetTypeHash Method

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

Gets the hash attribute for a specified type.

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

Syntax

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

Parameters

Return Value

Type: System. . :: . .UInt32
The hash attribute that represents the specified type.

.NET Framework Security

See Also

Reference

Reflection Class

Microsoft.SPOT Namespace