Table of Contents

Class TypeExtensions

Namespace
Dynamicweb.Extensibility
Assembly
Dynamicweb.Extensibility.dll
Class TypeExtensions contains extension methods for working with types.
public static class TypeExtensions
Inheritance
TypeExtensions
Inherited Members

Methods

GetTypeNameWithAssembly(Type)

Get name of the type in format "[FullName], [AssemblyName]"
public static string GetTypeNameWithAssembly(this Type type)

Parameters

type Type

Returns

string
To top