Table of Contents

Class TypeExtension

Namespace
Loehnert.Utility.Extensions
Assembly
Loehnert.Utility.dll

Extensions for Type.

public static class TypeExtension
Inheritance
TypeExtension
Inherited Members

Methods

GetFullNameWithAssembly(Type)

Gets a string with the full type name and the assembly name.

public static string GetFullNameWithAssembly(this Type type)

Parameters

type Type

Target to get the information from.

Returns

string

See FullName and Assembly.