public sealed class SettingsUnitPluginResolver : ISettingsUnitPluginResolver,
IAsyncDisposablePublic NotInheritable Class SettingsUnitPluginResolver
Implements ISettingsUnitPluginResolver, IAsyncDisposablepublic ref class SettingsUnitPluginResolver sealed : ISettingsUnitPluginResolver,
IAsyncDisposable[<SealedAttribute>]
type SettingsUnitPluginResolver =
class
interface ISettingsUnitPluginResolver
interface IAsyncDisposable
end| SettingsUnitPluginResolver | Initializes a new instance of the SettingsUnitPluginResolver class. |
| DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| RegisterPlugin | Registers a settings unit plugin and associates it with one or more settings unit descriptors. |
| ResolvePlugin | Resolves the settings unit plugin by plugin identifier. |
| ResolvePluginForUnit | Resolves the plugin associated with the specified settings unit descriptor. |
| ResolvePlugins | Returns all registered settings unit plugins. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryResolvePlugin | Attempts to resolve the settings unit plugin by plugin identifier. |
| TryResolvePluginForUnit | Attempts to resolve a settings unit plugin that is associated with the specified settings unit descriptor. |