Mono Class Library: System.Reflection.MemberInfo Overview | MembersSystem.Reflection.MemberInfo.Name Property |
Gets the name of the member reflected by the current instance. [Edit]
|
A string containing the name of the member reflected by the current instance. [Edit]
Operation
This property is read-only.
Only the simple name, not the fully qualified name, of the member reflected by the current instance is returned.
Note: For example, if the current instance reflects the member Print in System.MyClass, the MemberInfo.Name property would be "Print".[Edit]
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0