Share via


Reflection.GetAssemblyFromHash Method

Gets the assembly with the specified hash attribute.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Native (in microsoft.spot.native.dll)

Syntax

[MethodImplAttribute]
public static Assembly GetAssemblyFromHash (
         UInt32hash
)

Parameters

  • hash
    The hash attribute for the assembly you want to get.

Return Value

The assembly with the specified hash attribute.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Reflection Class
Reflection Members
Microsoft.SPOT Namespace