A string containing the name of the module reflected by the current instance, with the path component removed. 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>".
Name is a platform-dependent string.
If the assembly for this module was loaded from a byte array then the FullyQualifiedName for the module will be: <Unknown>.
To get the name and the path, use Module.FullyQualifiedName.