Provides access to public resources defined by the currently loaded modules.
Inheritance Hierarchy
Spotfire.Dxp.Framework.ApplicationModelModulesService
Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
public sealed class ModulesService
The ModulesService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetResourceDirectoryPath |
Gets the absolute path to the directory of the file associated with the specified public resource name, and
the calling threads CurrentUICulture if it matches, or null.
| |
| GetResourcePath |
Gets the absolute path to the file associated with the specified public resource name, and
the calling threads CurrentUICulture if it matches, or null.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also