Table of Contents

Method GetFullName

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetFullName(MemberInfo)

Gets the full name of the specified type member.

public static string GetFullName(this MemberInfo member)

Parameters

member MemberInfo

The member to get the name of.

Returns

string

The full name of the member, prefixed with the namespace and enclosing type (if valid). If the member is not declared in a type, returns the member name.