Share via


Reflection.GetAssemblyLastUse Method

Gets a System.TimeSpan value that represents the time at which the specified assembly was last used.

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

Syntax

[MethodImplAttribute]
public static TimeSpan GetAssemblyLastUse (
         Assemblyassm
)

Parameters

  • assm
    The specified assembly.

Return Value

The time at which the specified assembly was last used.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Reflection Class
Reflection Members
Microsoft.SPOT Namespace