Share via


GetAssemblyInfo Method

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

Get an Reflection..::..AssemblyInfo object from a byte array that represents a specified assembly.

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

Syntax

'Declaration
Public Shared Function GetAssemblyInfo ( _
    assm As Byte(), _
    ai As Reflection.AssemblyInfo _
) As Boolean
public static bool GetAssemblyInfo(
    byte[] assm,
    Reflection.AssemblyInfo ai
)
public:
static bool GetAssemblyInfo(
    array<unsigned char>^ assm, 
    Reflection::AssemblyInfo^ ai
)
static member GetAssemblyInfo : 
        assm:byte[] * 
        ai:Reflection.AssemblyInfo -> bool 
public static function GetAssemblyInfo(
    assm : byte[], 
    ai : Reflection..::..AssemblyInfo
) : boolean

Parameters

  • assm
    Type: array<System. . :: . .Byte> [] () [] []
    The byte array that represents the specified assembly.

Return Value

Type: System. . :: . .Boolean
true if the AssemblyInfo object contains valid data extracted from the byte array; otherwise, false.

.NET Framework Security

See Also

Reference

Reflection Class

Microsoft.SPOT Namespace