Module.Name Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the name of the module with the path removed.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overridable ReadOnly Property Name As String
public virtual string Name { get; }

Property Value

Type: System..::.String
The module name with no path.

Remarks

Name is a platform-dependent string.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Module Class

System.Reflection Namespace