Mono Class Library: System.Reflection.Module Overview | Members

System.Reflection.Module.FullyQualifiedName Property

Gets a string that represents the full path of the module reflected by the current instance.

public virtual string FullyQualifiedName { get; }

Value

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>".

Permissions

TypeReason
System.Security.Permissions.FileIOPermissionRequires permission to access path information. See System.Security.Permissions.FileIOPermission and System.Security.Permissions.FileIOPermissionAccess.PathDiscovery.

Remarks

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.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0