📄 microsoft.practices.enterpriselibrary.common.xml.svn-base
字号:
<summary>
Gets type of class to use to bind an instance of the attributed class to
an instance of the listener class
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentationProviderAttribute">
<summary>
Defines events that are producing instrumentation events.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentationProviderAttribute.#ctor(System.String)">
<summary>
Initializes this object with the instrumentation subject name being produced.
</summary>
<param name="subjectName">Subect name of event being produced.</param>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.HasInstallableResourcesAttribute">
<summary>
Defines those classes and structs that have some sort of resources that need to be installed.
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCounterAttribute">
<summary>
Defines a <see cref="T:System.Diagnostics.PerformanceCounter"></see>. Used by the reflection-based installers to
prepare a performance counter for installation.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCounterAttribute.#ctor(System.String,System.String,System.Diagnostics.PerformanceCounterType)">
<summary>
Initializes this object with all data needed to install a <see cref="T:System.Diagnostics.PerformanceCounter"></see>.
</summary>
<param name="counterName">Performance counter name.</param>
<param name="counterHelp">Name of Help resource string. This is not the help text itself,
but is the resource name used to look up the internationalized help text at install-time.</param>
<param name="counterType">Performance Counter type.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCounterAttribute.HasBaseCounter">
<summary>
Used to determine if the counter being installed has a base counter associated with it.
</summary>
<returns>True if counter being installed has a base counter associated with it.</returns>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCounterAttribute.CounterType">
<summary>
Gets the <see cref="T:System.Diagnostics.PerformanceCounter"></see> type.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCounterAttribute.CounterHelp">
<summary>
Get the name of Help resource string. This is not the help text itself,
but is the resource name used to look up the internationalized help text at install-time.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCounterAttribute.CounterName">
<summary>
Gets the <see cref="T:System.Diagnostics.PerformanceCounter"></see> name.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCounterAttribute.BaseCounterType">
<summary>
Gets and sets the base <see cref="T:System.Diagnostics.PerformanceCounter"></see> type. This is an optional
property used when the counter being defined requires a base counter to operate, such as for
averages, etc.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCounterAttribute.BaseCounterHelp">
<summary>
Gets and sets the base <see cref="T:System.Diagnostics.PerformanceCounter"></see> help resource name.
This is not the help text itself,
but is the resource name used to look up the internationalized help text at install-time.
This is an optional
property used when the counter being defined requires a base counter to operate, such as for
averages, etc.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCounterAttribute.BaseCounterName">
<summary>
Gets and sets the base <see cref="T:System.Diagnostics.PerformanceCounter"></see> name. This is an optional
property used when the counter being defined requires a base counter to operate, such as for
averages, etc.
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.ReflectionInstrumentationBinder">
<summary>
Binds together source events and listener handler methods through reflection.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.ReflectionInstrumentationBinder.Bind(System.Object,System.Object)">
<summary>
Binds together source events and listener handler methods through reflection.
</summary>
<param name="eventSource">Object containing events attributed with <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentationProviderAttribute"></see>.</param>
<param name="eventListener">Object containing handler methods attribute with <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentationConsumerAttribute"></see>.</param>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.NoPrefixNameFormatter">
<summary>
Provides a pluggable way to format the name given to a particular instance of a performance counter.
This class does no formatting, returning the provided name suffix as the counter name.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.NoPrefixNameFormatter.CreateName(System.String)">
<summary>
Returns the given <paramref name="nameSuffix"></paramref> as the created name.
</summary>
<param name="nameSuffix">Performance counter name, as defined during installation of the counter</param>
<returns>Formatted instance name in form of "nameSuffix"</returns>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.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:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.EventLogEntryExceptionTemplate">
<summary>
Looks up a localized string similar to The exception that occured was: {0}.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.EventLogEntryHeaderTemplate">
<summary>
Looks up a localized string similar to An error occurred in application {0} in the {1}..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionArgumentShouldDeriveFromIDictionary">
<summary>
Looks up a localized string similar to The type '{0}' does not derive from IDictionary..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionArgumentShouldDeriveFromIList">
<summary>
Looks up a localized string similar to The type '{0}' does not derive from IList..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionAssemblerAttributeNotSet">
<summary>
Looks up a localized string similar to The [Assembler] attribute is not set in the configuration object type {0}..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionAssemblerTypeNotCompatible">
<summary>
Looks up a localized string similar to The assembler configured for type {0} has type {2} which is not compatible with type {1}..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionBaseConfigurationSourceElementIsInvalid">
<summary>
Looks up a localized string similar to The base ConfigurationSourceElement configuration type can not be used as a concrete configuration element..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionCanNotConvertType">
<summary>
Looks up a localized string similar to The AssemblyQualifiedTypeNameConverter can only convert values of type '{0}'..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionConfigurationFileNotFound">
<summary>
Looks up a localized string similar to The section {0} could not be saved because the file does not exist..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionConfigurationLoadFileNotFound">
<summary>
Looks up a localized string similar to The configuration file {0} could not be found..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionConfigurationObjectIsNotCustomProviderData">
<summary>
Looks up a localized string similar to The configuration object for type '{0}' with name '{1}' has type '{2}' which is does not implement ICustomProviderData..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionConfigurationObjectWithTypeDoesNotHaveTypeSet">
<summary>
Looks up a localized string similar to The concrete type for polymorphic object named '{1}' in hierarchy {2} is not defined in configuration object {0}..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionConfigurationSourceSectionNotFound">
<summary>
Looks up a localized string similar to The configuration source section is not found in the application configuration file..
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Properties.Resources.ExceptionCustomFactoryAttributeNotFound">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -