Show / Hide Table of Contents

Class UserPreferenceStrings.RequiredDynamicLoad

Required dynamic load: Add new preference section for NetServer only [RequiredDynamicLoad] name = regexp

Inheritance
Object
UserPreferenceStrings.RequiredDynamicLoad
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class RequiredDynamicLoad
Remarks

This mechanism is more general than [SentryAddonNames] - it applies to all dynamic loaded assemblies in NetServer. Missing any one these required assemblies will cause NetServer to fail. The regexp is used to match against the loaded assemblies full names (including version and strongname). This allows a preference to match more than one possible name. Using the full name allows a preference to match a strong name, so that it is harder to fake out with a dummy replacement assembly.

Fields

Section

Section heading

Declaration
public const string Section = "RequiredDynamicLoad"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top