Class UserPreferenceStrings.RequiredDynamicLoad
Required dynamic load: Add new preference section for NetServer only [RequiredDynamicLoad] name = regexp
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class RequiredDynamicLoad : Object
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 |
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.