ApplicationContextUseMonoCecilLoads Field |
Use Mono Cecil to load assemblies instead of reflection. Loaded data will use types in the Mono.Cecil
namespace such as AssemblyDefinition, TypeDefinition, MethodDefinition, PropertyDefinition, FieldDefinition,
etc. instead of the reflection types of Assembly, Type, MethodInfo, PropertyInfo, FieldInfo, etc. Using
Mono Cecil is faster than reflection, and gets around various possible issues, including the inability to
unload reflection data from memory.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static bool UseMonoCecilLoads
Field Value
Type:
BooleanSee Also