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
- hash
Type: System. . :: . .UInt32
The hash attribute for the specified type.
Return Value
Type: System. . :: . .Type
The type that corresponds to the specified hash attribute.
.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.