blob: 5f496e928a448d41c7e4985863ce7a9c662ab7a8 [file] [log] [blame]
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>PluginCollection Members</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">PluginCollection Members
</h1>
</div>
</div>
<div id="nstext">
<p>
<a href="log4net.Plugin.PluginCollection.html">PluginCollection overview</a>
</p>
<h4 class="dtH4">Public Static (Shared) Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><img src="static.gif" /><a href="log4net.Plugin.PluginCollection.ReadOnly.html">ReadOnly</a></td><td width="50%"> Creates a read-only wrapper for a <code>PluginCollection</code> instance. </td></tr></table>
</div>
<h4 class="dtH4">Public Instance Constructors</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top">
<td width="50%">
<img src="pubmethod.gif" />
<a href="log4net.Plugin.PluginCollectionConstructor.html">PluginCollection</a>
</td>
<td width="50%">Overloaded. Initializes a new instance of the PluginCollection class.</td>
</tr>
</table>
</div>
<h4 class="dtH4">Public Instance Properties</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="log4net.Plugin.PluginCollection.Capacity.html">Capacity</a></td><td width="50%"> Gets or sets the number of elements the <code>PluginCollection</code> can contain. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="log4net.Plugin.PluginCollection.Count.html">Count</a></td><td width="50%"> Gets the number of elements actually contained in the <code>PluginCollection</code>. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="log4net.Plugin.PluginCollection.IsFixedSize.html">IsFixedSize</a></td><td width="50%"> Gets a value indicating whether the collection has a fixed size. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="log4net.Plugin.PluginCollection.IsReadOnly.html">IsReadOnly</a></td><td width="50%"> Gets a value indicating whether the IList is read-only. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="log4net.Plugin.PluginCollection.IsSynchronized.html">IsSynchronized</a></td><td width="50%"> Gets a value indicating whether access to the collection is synchronized (thread-safe). </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="log4net.Plugin.PluginCollection.Item.html">Item</a></td><td width="50%"> Gets or sets the <a href="log4net.Plugin.IPlugin.html">IPlugin</a> at the specified index. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="log4net.Plugin.PluginCollection.SyncRoot.html">SyncRoot</a></td><td width="50%"> Gets an object that can be used to synchronize access to the collection. </td></tr></table>
</div>
<h4 class="dtH4">Public Instance Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="log4net.Plugin.PluginCollection.Add.html">Add</a></td><td width="50%"> Adds a <a href="log4net.Plugin.IPlugin.html">IPlugin</a> to the end of the <code>PluginCollection</code>. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="log4net.Plugin.PluginCollection.AddRange_overloads.html">AddRange</a></td><td width="50%">Overloaded. Adds the elements of another <code>PluginCollection</code> to the current <code>PluginCollection</code>. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="log4net.Plugin.PluginCollection.Clear.html">Clear</a></td><td width="50%"> Removes all elements from the <code>PluginCollection</code>. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="log4net.Plugin.PluginCollection.Clone.html">Clone</a></td><td width="50%"> Creates a shallow copy of the <a href="log4net.Plugin.PluginCollection.html">PluginCollection</a>. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="log4net.Plugin.PluginCollection.Contains.html">Contains</a></td><td width="50%"> Determines whether a given <a href="log4net.Plugin.IPlugin.html">IPlugin</a> is in the <code>PluginCollection</code>. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="log4net.Plugin.PluginCollection.CopyTo_overloads.html">CopyTo</a></td><td width="50%">Overloaded. Copies the entire <code>PluginCollection</code> to a one-dimensional <a href="log4net.Plugin.IPlugin.html">IPlugin</a> array. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%"></td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="log4net.Plugin.PluginCollection.GetEnumerator.html">GetEnumerator</a></td><td width="50%"> Returns an enumerator that can iterate through the <code>PluginCollection</code>. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%"></td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%"></td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="log4net.Plugin.PluginCollection.IndexOf.html">IndexOf</a></td><td width="50%"> Returns the zero-based index of the first occurrence of a <a href="log4net.Plugin.IPlugin.html">IPlugin</a> in the <code>PluginCollection</code>. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="log4net.Plugin.PluginCollection.Insert.html">Insert</a></td><td width="50%"> Inserts an element into the <code>PluginCollection</code> at the specified index. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="log4net.Plugin.PluginCollection.Remove.html">Remove</a></td><td width="50%"> Removes the first occurrence of a specific <a href="log4net.Plugin.IPlugin.html">IPlugin</a> from the <code>PluginCollection</code>. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="log4net.Plugin.PluginCollection.RemoveAt.html">RemoveAt</a></td><td width="50%"> Removes the element at the specified index of the <code>PluginCollection</code>. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString</a> (inherited from <b>Object</b>)</td><td width="50%"></td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="log4net.Plugin.PluginCollection.TrimToSize.html">TrimToSize</a></td><td width="50%"> Sets the capacity to the actual number of elements. </td></tr></table>
</div>
<h4 class="dtH4">Protected Instance Methods</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%"></td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%"></td></tr></table>
</div>
<h4 class="dtH4">See Also</h4>
<p>
<a href="log4net.Plugin.PluginCollection.html">PluginCollection Class</a> | <a href="log4net.Plugin.html">log4net.Plugin Namespace</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="PluginCollection class">
</param>
<param name="Keyword" value="log4net.Plugin.PluginCollection class">
</param>
<param name="Keyword" value="PluginCollection class, all members">
</param>
</object>
<hr />
<div id="footer"><a href='http://logging.apache.org/log4net/'>Copyright 2004-2013 The Apache Software Foundation.</a><br></br>Apache log4net, Apache and log4net are trademarks of The Apache Software Foundation.</div>
</div>
</body>
</html>