Class AssemblyUtility
The methods in this class can be slow and could impact performance if used during runtime.
It is recommended to avoid using this class at runtime.
Inheritance
AssemblyUtility
Assembly: cs.temp.dll.dll
Syntax
public static class AssemblyUtility
Properties
AllTypes
Declaration
public static List<Type> AllTypes { get; }
Property Value
Type |
Description |
List<Type> |
|
Methods
GetTypeFullName(String, Boolean)
Declaration
public static Type GetTypeFullName(string typeFullname, bool refresh = false)
Parameters
Returns
GetTypeName(String, Boolean)
Declaration
public static Type GetTypeName(string typeName, bool refresh = false)
Parameters
Returns
ResetFilter()
Declaration
public static void ResetFilter()
SetFilter(Predicate<String>)
Declaration
public static void SetFilter(Predicate<string> assembliesToInclude)
Parameters