IGUtils.

GetNameCS(MemberInfo, bool) Method

Summary

Returns the full name of a `member` as it would appear in C# code.

For example, passing this method info in as its own parameter would return "InspectorGadgets.IGUtils.GetNameCS".

Note that when `member` is a System.Type, this method calls InspectorGadgets.IGUtils.GetNameCS(System.Type,System.Boolean) instead.
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static string GetNameCS(this MemberInfo member, bool fullName = true)

Parameters

Name Type Description
member MemberInfo
fullName bool

Return Value

Type Description
string