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
TypeTarget to get the information from.