Microsoft.Extensions.Options.ConfigurationExtensions
Creates s so that gets
notified when changes.
Constructor taking the instance to watch.
The configuration instance.
Constructor taking the instance to watch.
The name of the options instance being watched.
The configuration instance.
The name of the option instance being changed.
Returns the reloadToken from the .
Configures an option instance by using against an .
The type of options to bind.
Constructor that takes the instance to bind against.
The instance.
Configures an option instance by using against an .
The type of options to bind.
Constructor that takes the instance to bind against.
The name of the options instance.
The instance.
Constructor that takes the instance to bind against.
The name of the options instance.
The instance.
Used to configure the .
Extension methods for adding configuration related options services to the DI container via .
Registers a configuration instance which will bind against.
The options type to be configured.
The options builder to add the services to.
The configuration being bound.
The so that additional calls can be chained.
Registers a configuration instance which will bind against.
The options type to be configured.
The options builder to add the services to.
The configuration being bound.
Used to configure the .
The so that additional calls can be chained.
Registers the dependency injection container to bind against
the obtained from the DI service provider.
The options type to be configured.
The options builder to add the services to.
The name of the configuration section to bind from.
Optional. Used to configure the .
The so that additional calls can be chained.
or is .
Extension methods for adding configuration related options services to the DI container.
Registers a configuration instance which TOptions will bind against.
The type of options being configured.
The to add the services to.
The configuration being bound.
The so that additional calls can be chained.
Registers a configuration instance which TOptions will bind against.
The type of options being configured.
The to add the services to.
The name of the options instance.
The configuration being bound.
The so that additional calls can be chained.
Registers a configuration instance which TOptions will bind against.
The type of options being configured.
The to add the services to.
The configuration being bound.
Used to configure the .
The so that additional calls can be chained.
Registers a configuration instance which TOptions will bind against.
The type of options being configured.
The to add the services to.
The name of the options instance.
The configuration being bound.
Used to configure the .
The so that additional calls can be chained.
Throws an if is null.
The reference type argument to validate as non-null.
The name of the parameter with which corresponds.
Indicates that the specified method requires the ability to generate new code at runtime,
for example through .
This allows tools to understand which methods are unsafe to call when compiling ahead of time.
Initializes a new instance of the class
with the specified message.
A message that contains information about the usage of dynamic code.
Gets a message that contains information about the usage of dynamic code.
Gets or sets an optional URL that contains more information about the method,
why it requires dynamic code, and what options a consumer has to deal with it.
Attribute used to indicate a source generator should create a function for marshalling
arguments instead of relying on the runtime to generate an equivalent marshalling function at run-time.
This attribute is meaningless if the source generator associated with it is not enabled.
The current built-in source generator only supports C# and only supplies an implementation when
applied to static, partial, non-generic methods.
Initializes a new instance of the .
Name of the library containing the import.
Gets the name of the library containing the import.
Gets or sets the name of the entry point to be called.
Gets or sets how to marshal string arguments to the method.
If this field is set to a value other than ,
must not be specified.
Gets or sets the used to control how string arguments to the method are marshalled.
If this field is specified, must not be specified
or must be set to .
Gets or sets whether the callee sets an error (SetLastError on Windows or errno
on other platforms) before returning from the attributed method.
Specifies how strings should be marshalled for generated p/invokes
Indicates the user is suppling a specific marshaller in .
Use the platform-provided UTF-8 marshaller.
Use the platform-provided UTF-16 marshaller.