Share via


GetAssemblyFromHash Method

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

Gets the assembly with the specified hash attribute.

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

Syntax

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

Parameters

Return Value

Type: System.Reflection. . :: . .Assembly
The assembly with the specified hash attribute.

.NET Framework Security

See Also

Reference

Reflection Class

Microsoft.SPOT Namespace