Share via


Reflection.GetAssemblyInfo Method

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

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

Syntax

[MethodImplAttribute]
public static bool GetAssemblyInfo (
         byte[] assm,
         AssemblyInfoai
)

Parameters

  • assm
    The byte array that represents the specified assembly.
  • ai
    The assembly to be populated with data extracted from the byte array.

Return Value

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

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Reflection Class
Reflection Members
Microsoft.SPOT Namespace