Share via


GetAssemblyHash Method

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

Retrieves the hash attribute from a specified assembly.

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

Syntax

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

Parameters

Return Value

Type: System. . :: . .UInt32
The hash attribute that represents the specified assembly.

.NET Framework Security

See Also

Reference

Reflection Class

Microsoft.SPOT Namespace