Configuration
Configuration class
Represents the configuration context object that is used to set up the environment settings for the application.
public class Configuration : IServiceContainer
Constructors
Properties
Name |
Description |
Security { get; set; } |
Gets or sets the sandboxing flag of the configuration. |
Methods
Name |
Description |
AddService<TService>(TService) |
Adds the specified service to the configuration. |
Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
GetService<TService>() |
Gets the requested service. |
See Also