Gets a string that represents the full path of the module reflected by the current instance.
A string that represents the full path of the module reflected by the current instance. If the assembly that contains the module reflected by the current instance was loaded from a byte array, the value of this string is "<Unknown>".
Type Reason System.Security.Permissions.FileIOPermission Requires permission to access path information. See System.Security.Permissions.FileIOPermission and System.Security.Permissions.FileIOPermissionAccess.PathDiscovery.
This property is read-only.
Operation
The case-sensitivity of the module name is implementation-specific.Note to Inheritors
Override this property to customize the content of the string returned by this property in types derived from System.Reflection.Module .Usage
To obtain the name of the module without path information, use the Module.Name property.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0