System.Reflection.Module.FullyQualifiedName Property

Gets a string representing the fully qualified name and path to this module.

Syntax

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

Remarks

To get the name without the path, use Module.Name.

If the assembly for this module was loaded from a byte array then the FullyQualifiedName for the module will be: <Unknown>.

Note:

The case of module name is platform-dependent.

Permissions

Requirements

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