WeaverEditorUtilities.

GetFullNameWithoutNamespace(Type) Method

Summary

Returns the full name of the `type` and any types it is nested inside, but without the namespace prefix.
Assembly
Weaver.dll
Namespace
Weaver.Editor
Containing Type
WeaverEditorUtilities

Syntax

public static string GetFullNameWithoutNamespace(Type type)

Parameters

Name Type Description
type Type

Return Value

Type Description
string