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

System.Reflection.MemberInfo.Name Property

Gets the name of the member reflected by the current instance. [Edit]

public abstract string Name { get; }

Value

A string containing the name of the member reflected by the current instance. [Edit]

Remarks

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]

Requirements

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