Share via


Reflection.GetAssemblyHash Method

Retrieves the hash attribute from a specified assembly.

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

Syntax

[MethodImplAttribute]
public static UInt32 GetAssemblyHash (
         Assemblyassm
)

Parameters

  • assm
    The assembly you want to retrieve the hash attribute from.

Return Value

The hash attribute that represents the specified assembly.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Reflection Class
Reflection Members
Microsoft.SPOT Namespace