System.Reflection.Module.ScopeName Property

Gets a string representing the name of the module.

Syntax

public virtual string ScopeName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ScopeName property is not used by the common language runtime, but you can use it to store any string you want in the property when you emit a module using the metadata APIs. Reflection itself does not allow you to set the ScopeName property.

Requirements

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