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
- t
Type: System. . :: . .Type
The type you want to retrieve the hash attribute from.
Return Value
Type: System. . :: . .UInt32
The hash attribute that represents the specified type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.