Table of Contents

Method GetFullBaseName

Namespace
Zyl.ExSpans.Reflection
Assembly
ExSpans.Core.dll

GetFullBaseName<T>()

Get the namespace and base name of the type (取得类型的名称空间与基本名).

public static string GetFullBaseName<T>()

Returns

string

The full base name (完整基本名).

Type Parameters

T

The type (类型).

GetFullBaseName(Type)

Get the namespace and base name of the type (取得类型的名称空间与基本名).

public static string GetFullBaseName(Type atype)

Parameters

atype Type

The type (类型).

Returns

string

The full base name (完整基本名).