2025-08-15 16:44:13 +08:00

89 lines
4.2 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>Prism.Unity.Wpf</name>
</assembly>
<members>
<member name="T:Prism.Unity.PrismApplication">
<summary>
Base application class that uses <see cref="T:Prism.Container.Unity.UnityContainerExtension"/> as it's container.
</summary>
</member>
<member name="M:Prism.Unity.PrismApplication.CreateContainerExtension">
<summary>
Create a new <see cref="T:Prism.Container.Unity.UnityContainerExtension"/> used by Prism.
</summary>
<returns>A new <see cref="T:Prism.Container.Unity.UnityContainerExtension"/>.</returns>
</member>
<member name="M:Prism.Unity.PrismApplication.RegisterFrameworkExceptionTypes">
<summary>
Registers the <see cref="T:System.Type"/>s of the Exceptions that are not considered
root exceptions by the <see cref="T:System.ExceptionExtensions"/>.
</summary>
</member>
<member name="T:Prism.Unity.PrismBootstrapper">
<summary>
Base bootstrapper class that uses <see cref="T:Prism.Container.Unity.UnityContainerExtension"/> as it's container.
</summary>
</member>
<member name="M:Prism.Unity.PrismBootstrapper.CreateContainerExtension">
<summary>
Create a new <see cref="T:Prism.Container.Unity.UnityContainerExtension"/> used by Prism.
</summary>
<returns>A new <see cref="T:Prism.Container.Unity.UnityContainerExtension"/>.</returns>
</member>
<member name="M:Prism.Unity.PrismBootstrapper.RegisterFrameworkExceptionTypes">
<summary>
Registers the <see cref="T:System.Type"/>s of the Exceptions that are not considered
root exceptions by the <see cref="T:System.ExceptionExtensions"/>.
</summary>
</member>
<member name="T:Prism.Unity.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Prism.Unity.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Prism.Unity.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Prism.Unity.Properties.Resources.NotOverwrittenGetModuleEnumeratorException">
<summary>
Looks up a localized string similar to The method &apos;GetModuleEnumerator&apos; of the bootstrapper must be overwritten in order to use the default module initialization logic..
</summary>
</member>
<member name="P:Prism.Unity.Properties.Resources.NullLoggerFacadeException">
<summary>
Looks up a localized string similar to The ILoggerFacade is required and cannot be null..
</summary>
</member>
<member name="P:Prism.Unity.Properties.Resources.NullModuleCatalogException">
<summary>
Looks up a localized string similar to The IModuleCatalog is required and cannot be null in order to initialize the modules..
</summary>
</member>
<member name="P:Prism.Unity.Properties.Resources.NullUnityContainerException">
<summary>
Looks up a localized string similar to The IUnityContainer is required and cannot be null..
</summary>
</member>
<member name="P:Prism.Unity.Properties.Resources.SettingTheRegionManager">
<summary>
Looks up a localized string similar to Setting the RegionManager..
</summary>
</member>
<member name="P:Prism.Unity.Properties.Resources.TypeMappingAlreadyRegistered">
<summary>
Looks up a localized string similar to Type &apos;{0}&apos; was already registered by the application. Skipping....
</summary>
</member>
</members>
</doc>