Share via


GetAssemblyMemoryInfo Method

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

Retrieves the run-time memory information for type usage in a specified assembly.

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

Syntax

'Declaration
Public Shared Function GetAssemblyMemoryInfo ( _
    assm As Assembly, _
    ami As Reflection.AssemblyMemoryInfo _
) As Boolean
public static bool GetAssemblyMemoryInfo(
    Assembly assm,
    Reflection.AssemblyMemoryInfo ami
)
public:
static bool GetAssemblyMemoryInfo(
    Assembly^ assm, 
    Reflection::AssemblyMemoryInfo^ ami
)
static member GetAssemblyMemoryInfo : 
        assm:Assembly * 
        ami:Reflection.AssemblyMemoryInfo -> bool 
public static function GetAssemblyMemoryInfo(
    assm : Assembly, 
    ami : Reflection..::..AssemblyMemoryInfo
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
true if successful; otherwise, false.

.NET Framework Security

See Also

Reference

Reflection Class

Microsoft.SPOT Namespace