castle.core 2.5.0.0 → 2.5.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/docs/BreakingChanges.txt +13 -0
- data/docs/Changes.txt +13 -1
- data/lib/ASL - Apache Software Foundation License.txt +57 -0
- data/lib/Silverlight3/Castle.Core.dll +0 -0
- data/lib/Silverlight3/Castle.Core.pdb +0 -0
- data/lib/Silverlight3/Castle.Core.xml +261 -224
- data/lib/Silverlight4/Castle.Core.dll +0 -0
- data/lib/Silverlight4/Castle.Core.pdb +0 -0
- data/lib/Silverlight4/Castle.Core.xml +261 -224
- data/lib/dotNet35/Castle.Core.dll +0 -0
- data/lib/dotNet35/Castle.Core.pdb +0 -0
- data/lib/dotNet35/Castle.Core.xml +261 -279
- data/lib/dotNet35/loggingServices/Castle.Services.Logging.Log4netIntegration.dll +0 -0
- data/lib/dotNet35/loggingServices/Castle.Services.Logging.Log4netIntegration.pdb +0 -0
- data/lib/dotNet35/loggingServices/Castle.Services.Logging.NLogIntegration.dll +0 -0
- data/lib/dotNet35/loggingServices/Castle.Services.Logging.NLogIntegration.pdb +0 -0
- data/lib/dotNet40ClientProfile/Castle.Core.dll +0 -0
- data/lib/dotNet40ClientProfile/Castle.Core.pdb +0 -0
- data/lib/dotNet40ClientProfile/Castle.Core.xml +261 -224
- metadata +8 -17
- data/docs/DictionaryAdapter-Changes.txt +0 -67
- data/docs/DynamicProxy-Changes.txt +0 -238
- data/lib/dotNet35/BreakingChanges.txt +0 -42
- data/lib/dotNet40/BreakingChanges.txt +0 -42
- data/lib/dotNet40/Castle.Core.dll +0 -0
- data/lib/dotNet40/Castle.Core.pdb +0 -0
- data/lib/dotNet40/Castle.Core.xml +0 -4937
- data/lib/dotNet40/loggingServices/Castle.Services.Logging.Log4netIntegration.dll +0 -0
- data/lib/dotNet40/loggingServices/Castle.Services.Logging.Log4netIntegration.pdb +0 -0
- data/lib/dotNet40/loggingServices/Castle.Services.Logging.NLogIntegration.dll +0 -0
- data/lib/dotNet40/loggingServices/Castle.Services.Logging.NLogIntegration.pdb +0 -0
Binary file
|
Binary file
|
@@ -39,6 +39,17 @@
|
|
39
39
|
<param name="property">The property.</param>
|
40
40
|
<returns>true if the property should be stored.</returns>
|
41
41
|
</member>
|
42
|
+
<member name="T:Castle.Components.DictionaryAdapter.IDictionaryBehaviorBuilder">
|
43
|
+
<summary>
|
44
|
+
Defines the contract for building <see cref="T:Castle.Components.DictionaryAdapter.IDictionaryBehavior"/>s.
|
45
|
+
</summary>
|
46
|
+
</member>
|
47
|
+
<member name="M:Castle.Components.DictionaryAdapter.IDictionaryBehaviorBuilder.BuildBehaviors">
|
48
|
+
<summary>
|
49
|
+
Builds the dictionary behaviors.
|
50
|
+
</summary>
|
51
|
+
<returns></returns>
|
52
|
+
</member>
|
42
53
|
<member name="T:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter">
|
43
54
|
<summary>
|
44
55
|
Abstract adapter for the <see cref="T:System.Collections.IDictionary"/> support
|
@@ -161,6 +172,18 @@
|
|
161
172
|
<value></value>
|
162
173
|
<returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</returns>
|
163
174
|
</member>
|
175
|
+
<member name="F:Castle.Core.Internal.InternalsVisible.ToCastleCore">
|
176
|
+
<summary>
|
177
|
+
Constant to use when making assembly internals visible to Castle.Core
|
178
|
+
<c>[assembly: InternalsVisibleTo(CoreInternalsVisible.ToCastleCore)]</c>
|
179
|
+
</summary>
|
180
|
+
</member>
|
181
|
+
<member name="F:Castle.Core.Internal.InternalsVisible.ToDynamicProxyGenAssembly2">
|
182
|
+
<summary>
|
183
|
+
Constant to use when making assembly internals visible to proxy types generated by DynamicProxy. Required when proxying internal types.
|
184
|
+
<c>[assembly: InternalsVisibleTo(CoreInternalsVisible.ToDynamicProxyGenAssembly2)]</c>
|
185
|
+
</summary>
|
186
|
+
</member>
|
164
187
|
<member name="T:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapterVisitor">
|
165
188
|
<summary>
|
166
189
|
Abstract implementation of <see cref="T:Castle.Components.DictionaryAdapter.IDictionaryAdapterVisitor"/>.
|
@@ -611,6 +634,13 @@
|
|
611
634
|
<param name="property">The property.</param>
|
612
635
|
<param name="behaviors">The property behaviors.</param>
|
613
636
|
</member>
|
637
|
+
<member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.#ctor(Castle.Components.DictionaryAdapter.PropertyDescriptor,System.Boolean)">
|
638
|
+
<summary>
|
639
|
+
Copies an existinginstance of the <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/> class.
|
640
|
+
</summary>
|
641
|
+
<param name="source"></param>
|
642
|
+
<param name="copyBehaviors"></param>
|
643
|
+
</member>
|
614
644
|
<member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.GetKey(Castle.Components.DictionaryAdapter.IDictionaryAdapter,System.String,Castle.Components.DictionaryAdapter.PropertyDescriptor)">
|
615
645
|
<summary>
|
616
646
|
Gets the key.
|
@@ -736,6 +766,13 @@
|
|
736
766
|
<param name="behaviors"></param>
|
737
767
|
<returns></returns>
|
738
768
|
</member>
|
769
|
+
<member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.AddBehaviors(Castle.Components.DictionaryAdapter.IDictionaryBehaviorBuilder[])">
|
770
|
+
<summary>
|
771
|
+
Adds the behaviors from the builders.
|
772
|
+
</summary>
|
773
|
+
<param name="builders"></param>
|
774
|
+
<returns></returns>
|
775
|
+
</member>
|
739
776
|
<member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.CopyBehaviors(Castle.Components.DictionaryAdapter.PropertyDescriptor)">
|
740
777
|
<summary>
|
741
778
|
Copies the behaviors to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
|
@@ -1237,26 +1274,26 @@
|
|
1237
1274
|
</member>
|
1238
1275
|
<member name="T:Castle.DynamicProxy.Generators.BaseProxyGenerator">
|
1239
1276
|
<summary>
|
1240
|
-
|
1241
|
-
|
1277
|
+
Base class that exposes the common functionalities
|
1278
|
+
to proxy generation.
|
1242
1279
|
</summary>
|
1243
1280
|
</member>
|
1244
1281
|
<member name="M:Castle.DynamicProxy.Generators.BaseProxyGenerator.GenerateParameterlessConstructor(Castle.DynamicProxy.Generators.Emitters.ClassEmitter,System.Type,Castle.DynamicProxy.Generators.Emitters.SimpleAST.FieldReference)">
|
1245
1282
|
<summary>
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1283
|
+
Generates a parameters constructor that initializes the proxy
|
1284
|
+
state with <see cref="T:Castle.DynamicProxy.StandardInterceptor"/> just to make it non-null.
|
1285
|
+
<para>
|
1286
|
+
This constructor is important to allow proxies to be XML serializable
|
1287
|
+
</para>
|
1251
1288
|
</summary>
|
1252
1289
|
</member>
|
1253
1290
|
<member name="M:Castle.DynamicProxy.Generators.BaseProxyGenerator.AddMappingNoCheck(System.Type,Castle.DynamicProxy.Contributors.ITypeContributor,System.Collections.Generic.IDictionary{System.Type,Castle.DynamicProxy.Contributors.ITypeContributor})">
|
1254
1291
|
<summary>
|
1255
|
-
|
1292
|
+
It is safe to add mapping (no mapping for the interface exists)
|
1256
1293
|
</summary>
|
1257
|
-
<param name="implementer"></param>
|
1258
|
-
<param name="interface"></param>
|
1259
|
-
<param name="mapping"></param>
|
1294
|
+
<param name = "implementer"></param>
|
1295
|
+
<param name = "interface"></param>
|
1296
|
+
<param name = "mapping"></param>
|
1260
1297
|
</member>
|
1261
1298
|
<member name="M:Castle.DynamicProxy.Generators.InvocationTypeGenerator.GetBaseCtorArguments(System.Type,Castle.DynamicProxy.ProxyGenerationOptions,System.Reflection.ConstructorInfo@)">
|
1262
1299
|
<summary>
|
@@ -1269,7 +1306,7 @@
|
|
1269
1306
|
</member>
|
1270
1307
|
<member name="T:Castle.DynamicProxy.DefaultProxyBuilder">
|
1271
1308
|
<summary>
|
1272
|
-
|
1309
|
+
Default implementation of <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> interface producing in-memory proxy assemblies.
|
1273
1310
|
</summary>
|
1274
1311
|
</member>
|
1275
1312
|
<member name="T:Castle.DynamicProxy.IProxyBuilder">
|
@@ -1394,12 +1431,12 @@
|
|
1394
1431
|
</member>
|
1395
1432
|
<member name="M:Castle.DynamicProxy.DefaultProxyBuilder.#ctor">
|
1396
1433
|
<summary>
|
1397
|
-
|
1434
|
+
Initializes a new instance of the <see cref="T:Castle.DynamicProxy.DefaultProxyBuilder"/> class with new <see cref="T:Castle.DynamicProxy.ModuleScope"/>.
|
1398
1435
|
</summary>
|
1399
1436
|
</member>
|
1400
1437
|
<member name="M:Castle.DynamicProxy.DefaultProxyBuilder.#ctor(Castle.DynamicProxy.ModuleScope)">
|
1401
1438
|
<summary>
|
1402
|
-
|
1439
|
+
Initializes a new instance of the <see cref="T:Castle.DynamicProxy.DefaultProxyBuilder"/> class.
|
1403
1440
|
</summary>
|
1404
1441
|
<param name="scope">The module scope for generated proxy types.</param>
|
1405
1442
|
</member>
|
@@ -1438,11 +1475,6 @@
|
|
1438
1475
|
<param name="interfaces">The interfaces.</param>
|
1439
1476
|
<param name="options">The options.</param>
|
1440
1477
|
</member>
|
1441
|
-
<member name="T:Castle.DynamicProxy.Generators.ClassProxyGenerator">
|
1442
|
-
<summary>
|
1443
|
-
|
1444
|
-
</summary>
|
1445
|
-
</member>
|
1446
1478
|
<member name="T:Castle.DynamicProxy.Generators.Emitters.LdcOpCodesDictionary">
|
1447
1479
|
<summary>s
|
1448
1480
|
Provides appropriate Ldc.X opcode for the type of primitive value to be loaded.
|
@@ -1557,11 +1589,6 @@
|
|
1557
1589
|
</summary>
|
1558
1590
|
<returns>New naming scope.</returns>
|
1559
1591
|
</member>
|
1560
|
-
<member name="T:Castle.DynamicProxy.Generators.InterfaceProxyWithTargetGenerator">
|
1561
|
-
<summary>
|
1562
|
-
|
1563
|
-
</summary>
|
1564
|
-
</member>
|
1565
1592
|
<member name="T:Castle.DynamicProxy.Generators.MethodFinder">
|
1566
1593
|
<summary>
|
1567
1594
|
Returns the methods implemented by a type. Use this instead of Type.GetMethods() to work around a CLR issue
|
@@ -1621,23 +1648,33 @@
|
|
1621
1648
|
</summary>
|
1622
1649
|
<param name="savePhysicalAssembly">If set to <c>true</c> saves the generated module.</param>
|
1623
1650
|
</member>
|
1624
|
-
<member name="M:Castle.DynamicProxy.ModuleScope.#ctor(System.Boolean,System.
|
1651
|
+
<member name="M:Castle.DynamicProxy.ModuleScope.#ctor(System.Boolean,System.Boolean)">
|
1652
|
+
<summary>
|
1653
|
+
Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ModuleScope"/> class, allowing to specify whether the assemblies generated by this instance
|
1654
|
+
should be saved.
|
1655
|
+
</summary>
|
1656
|
+
<param name="savePhysicalAssembly">If set to <c>true</c> saves the generated module.</param>
|
1657
|
+
<param name="disableSignedModule">If set to <c>true</c> disables ability to generate signed module. This should be used in cases where ran under constrained permissions.</param>
|
1658
|
+
</member>
|
1659
|
+
<member name="M:Castle.DynamicProxy.ModuleScope.#ctor(System.Boolean,System.Boolean,System.String,System.String,System.String,System.String)">
|
1625
1660
|
<summary>
|
1626
1661
|
Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ModuleScope"/> class, allowing to specify whether the assemblies generated by this instance
|
1627
1662
|
should be saved and what simple names are to be assigned to them.
|
1628
1663
|
</summary>
|
1629
1664
|
<param name="savePhysicalAssembly">If set to <c>true</c> saves the generated module.</param>
|
1665
|
+
<param name="disableSignedModule">If set to <c>true</c> disables ability to generate signed module. This should be used in cases where ran under constrained permissions.</param>
|
1630
1666
|
<param name="strongAssemblyName">The simple name of the strong-named assembly generated by this <see cref="T:Castle.DynamicProxy.ModuleScope"/>.</param>
|
1631
1667
|
<param name="strongModulePath">The path and file name of the manifest module of the strong-named assembly generated by this <see cref="T:Castle.DynamicProxy.ModuleScope"/>.</param>
|
1632
1668
|
<param name="weakAssemblyName">The simple name of the weak-named assembly generated by this <see cref="T:Castle.DynamicProxy.ModuleScope"/>.</param>
|
1633
1669
|
<param name="weakModulePath">The path and file name of the manifest module of the weak-named assembly generated by this <see cref="T:Castle.DynamicProxy.ModuleScope"/>.</param>
|
1634
1670
|
</member>
|
1635
|
-
<member name="M:Castle.DynamicProxy.ModuleScope.#ctor(System.Boolean,Castle.DynamicProxy.Generators.INamingScope,System.String,System.String,System.String,System.String)">
|
1671
|
+
<member name="M:Castle.DynamicProxy.ModuleScope.#ctor(System.Boolean,System.Boolean,Castle.DynamicProxy.Generators.INamingScope,System.String,System.String,System.String,System.String)">
|
1636
1672
|
<summary>
|
1637
1673
|
Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ModuleScope"/> class, allowing to specify whether the assemblies generated by this instance
|
1638
1674
|
should be saved and what simple names are to be assigned to them.
|
1639
1675
|
</summary>
|
1640
1676
|
<param name="savePhysicalAssembly">If set to <c>true</c> saves the generated module.</param>
|
1677
|
+
<param name="disableSignedModule">If set to <c>true</c> disables ability to generate signed module. This should be used in cases where ran under constrained permissions.</param>
|
1641
1678
|
<param name="namingScope">Naming scope used to provide unique names to generated types and their members (usually via sub-scopes).</param>
|
1642
1679
|
<param name="strongAssemblyName">The simple name of the strong-named assembly generated by this <see cref="T:Castle.DynamicProxy.ModuleScope"/>.</param>
|
1643
1680
|
<param name="strongModulePath">The path and file name of the manifest module of the strong-named assembly generated by this <see cref="T:Castle.DynamicProxy.ModuleScope"/>.</param>
|
@@ -1810,23 +1847,23 @@
|
|
1810
1847
|
</member>
|
1811
1848
|
<member name="T:Castle.DynamicProxy.ProxyGenerator">
|
1812
1849
|
<summary>
|
1813
|
-
|
1850
|
+
Provides proxy objects for classes and interfaces.
|
1814
1851
|
</summary>
|
1815
1852
|
</member>
|
1816
1853
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.#ctor(Castle.DynamicProxy.IProxyBuilder)">
|
1817
1854
|
<summary>
|
1818
|
-
|
1855
|
+
Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ProxyGenerator"/> class.
|
1819
1856
|
</summary>
|
1820
1857
|
<param name="builder">Proxy types builder.</param>
|
1821
1858
|
</member>
|
1822
1859
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.#ctor">
|
1823
1860
|
<summary>
|
1824
|
-
|
1861
|
+
Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ProxyGenerator"/> class.
|
1825
1862
|
</summary>
|
1826
1863
|
</member>
|
1827
1864
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTarget``1(``0,Castle.DynamicProxy.IInterceptor[])">
|
1828
1865
|
<summary>
|
1829
|
-
|
1866
|
+
Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
|
1830
1867
|
</summary>
|
1831
1868
|
<typeparam name="TInterface">Type of the interface implemented by <paramref name="target"/> which will be proxied.</typeparam>
|
1832
1869
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
@@ -1838,22 +1875,22 @@
|
|
1838
1875
|
<exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
|
1839
1876
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
|
1840
1877
|
<remarks>
|
1841
|
-
|
1842
|
-
|
1843
|
-
|
1844
|
-
|
1878
|
+
This method generates new proxy type for each type of <paramref name="target"/>, which affects performance. If you don't want to proxy types differently depending on the type of the target
|
1879
|
+
use <see cref="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface``1(``0,Castle.DynamicProxy.IInterceptor[])"/> method.
|
1880
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
1881
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
1845
1882
|
</remarks>
|
1846
1883
|
</member>
|
1847
1884
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTarget``1(``0,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
1848
1885
|
<summary>
|
1849
|
-
|
1886
|
+
Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
|
1850
1887
|
</summary>
|
1851
1888
|
<typeparam name="TInterface">Type of the interface implemented by <paramref name="target"/> which will be proxied.</typeparam>
|
1852
1889
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
1853
1890
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
1854
1891
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
1855
1892
|
<returns>
|
1856
|
-
|
1893
|
+
Object proxying calls to members of <typeparamref name="TInterface"/> on <paramref name="target"/> object.
|
1857
1894
|
</returns>
|
1858
1895
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
|
1859
1896
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
|
@@ -1861,21 +1898,21 @@
|
|
1861
1898
|
<exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
|
1862
1899
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
|
1863
1900
|
<remarks>
|
1864
|
-
|
1865
|
-
|
1866
|
-
|
1867
|
-
|
1901
|
+
This method generates new proxy type for each type of <paramref name="target"/>, which affects performance. If you don't want to proxy types differently depending on the type of the target
|
1902
|
+
use <see cref="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface``1(``0,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])"/> method.
|
1903
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
1904
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
1868
1905
|
</remarks>
|
1869
1906
|
</member>
|
1870
1907
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTarget(System.Type,System.Object,Castle.DynamicProxy.IInterceptor[])">
|
1871
1908
|
<summary>
|
1872
|
-
|
1909
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
|
1873
1910
|
</summary>
|
1874
1911
|
<param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
|
1875
1912
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
1876
1913
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
1877
1914
|
<returns>
|
1878
|
-
|
1915
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> type on <paramref name="target"/> object.
|
1879
1916
|
</returns>
|
1880
1917
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
1881
1918
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -1886,22 +1923,22 @@
|
|
1886
1923
|
<exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
|
1887
1924
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
|
1888
1925
|
<remarks>
|
1889
|
-
|
1890
|
-
|
1891
|
-
|
1892
|
-
|
1926
|
+
This method generates new proxy type for each type of <paramref name="target"/>, which affects performance. If you don't want to proxy types differently depending on the type of the target
|
1927
|
+
use <see cref="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Object,Castle.DynamicProxy.IInterceptor[])"/> method.
|
1928
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
1929
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
1893
1930
|
</remarks>
|
1894
1931
|
</member>
|
1895
1932
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTarget(System.Type,System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
1896
1933
|
<summary>
|
1897
|
-
|
1934
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
|
1898
1935
|
</summary>
|
1899
1936
|
<param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
|
1900
1937
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
1901
1938
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
1902
1939
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
1903
1940
|
<returns>
|
1904
|
-
|
1941
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> type on <paramref name="target"/> object.
|
1905
1942
|
</returns>
|
1906
1943
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
1907
1944
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -1912,22 +1949,22 @@
|
|
1912
1949
|
<exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
|
1913
1950
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
|
1914
1951
|
<remarks>
|
1915
|
-
|
1916
|
-
|
1917
|
-
|
1918
|
-
|
1952
|
+
This method generates new proxy type for each type of <paramref name="target"/>, which affects performance. If you don't want to proxy types differently depending on the type of the target
|
1953
|
+
use <see cref="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])"/> method.
|
1954
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
1955
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
1919
1956
|
</remarks>
|
1920
1957
|
</member>
|
1921
1958
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTarget(System.Type,System.Type[],System.Object,Castle.DynamicProxy.IInterceptor[])">
|
1922
1959
|
<summary>
|
1923
|
-
|
1960
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
|
1924
1961
|
</summary>
|
1925
1962
|
<param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
|
1926
1963
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
1927
1964
|
<param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
|
1928
1965
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
1929
1966
|
<returns>
|
1930
|
-
|
1967
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types on <paramref name="target"/> object.
|
1931
1968
|
</returns>
|
1932
1969
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
1933
1970
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -1938,15 +1975,15 @@
|
|
1938
1975
|
<exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
|
1939
1976
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
|
1940
1977
|
<remarks>
|
1941
|
-
|
1942
|
-
|
1943
|
-
|
1944
|
-
|
1978
|
+
This method generates new proxy type for each type of <paramref name="target"/>, which affects performance. If you don't want to proxy types differently depending on the type of the target
|
1979
|
+
use <see cref="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Type[],System.Object,Castle.DynamicProxy.IInterceptor[])"/> method.
|
1980
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
1981
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
1945
1982
|
</remarks>
|
1946
1983
|
</member>
|
1947
1984
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTarget(System.Type,System.Type[],System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
1948
1985
|
<summary>
|
1949
|
-
|
1986
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
|
1950
1987
|
</summary>
|
1951
1988
|
<param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
|
1952
1989
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
@@ -1954,7 +1991,7 @@
|
|
1954
1991
|
<param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
|
1955
1992
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
1956
1993
|
<returns>
|
1957
|
-
|
1994
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types on <paramref name="target"/> object.
|
1958
1995
|
</returns>
|
1959
1996
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
1960
1997
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -1965,22 +2002,22 @@
|
|
1965
2002
|
<exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
|
1966
2003
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
|
1967
2004
|
<remarks>
|
1968
|
-
|
1969
|
-
|
1970
|
-
|
1971
|
-
|
2005
|
+
This method generates new proxy type for each type of <paramref name="target"/>, which affects performance. If you don't want to proxy types differently depending on the type of the target
|
2006
|
+
use <see cref="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Type[],System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])"/> method.
|
2007
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2008
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
1972
2009
|
</remarks>
|
1973
2010
|
</member>
|
1974
2011
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Object,Castle.DynamicProxy.IInterceptor[])">
|
1975
2012
|
<summary>
|
1976
|
-
|
1977
|
-
|
2013
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
|
2014
|
+
Interceptors can use <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface to provide other target for method invocation than default <paramref name="target"/>.
|
1978
2015
|
</summary>
|
1979
2016
|
<param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
|
1980
2017
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
1981
2018
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
1982
2019
|
<returns>
|
1983
|
-
|
2020
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> type on <paramref name="target"/> object or alternative implementation swapped at runtime by an interceptor.
|
1984
2021
|
</returns>
|
1985
2022
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
1986
2023
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -1991,20 +2028,20 @@
|
|
1991
2028
|
<exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
|
1992
2029
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
|
1993
2030
|
<remarks>
|
1994
|
-
|
1995
|
-
|
2031
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2032
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
1996
2033
|
</remarks>
|
1997
2034
|
</member>
|
1998
2035
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface``1(``0,Castle.DynamicProxy.IInterceptor[])">
|
1999
2036
|
<summary>
|
2000
|
-
|
2001
|
-
|
2037
|
+
Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
|
2038
|
+
Interceptors can use <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface to provide other target for method invocation than default <paramref name="target"/>.
|
2002
2039
|
</summary>
|
2003
2040
|
<typeparam name="TInterface">Type of the interface implemented by <paramref name="target"/> which will be proxied.</typeparam>
|
2004
2041
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
2005
2042
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2006
2043
|
<returns>
|
2007
|
-
|
2044
|
+
Object proxying calls to members of <typeparamref name="TInterface"/> type on <paramref name="target"/> object or alternative implementation swapped at runtime by an interceptor.
|
2008
2045
|
</returns>
|
2009
2046
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2010
2047
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
|
@@ -2012,21 +2049,21 @@
|
|
2012
2049
|
<exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
|
2013
2050
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
|
2014
2051
|
<remarks>
|
2015
|
-
|
2016
|
-
|
2052
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2053
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2017
2054
|
</remarks>
|
2018
2055
|
</member>
|
2019
2056
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface``1(``0,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
2020
2057
|
<summary>
|
2021
|
-
|
2022
|
-
|
2058
|
+
Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
|
2059
|
+
Interceptors can use <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface to provide other target for method invocation than default <paramref name="target"/>.
|
2023
2060
|
</summary>
|
2024
2061
|
<typeparam name="TInterface">Type of the interface implemented by <paramref name="target"/> which will be proxied.</typeparam>
|
2025
2062
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
2026
2063
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
2027
2064
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2028
2065
|
<returns>
|
2029
|
-
|
2066
|
+
Object proxying calls to members of <typeparamref name="TInterface"/> type on <paramref name="target"/> object or alternative implementation swapped at runtime by an interceptor.
|
2030
2067
|
</returns>
|
2031
2068
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2032
2069
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
|
@@ -2034,21 +2071,21 @@
|
|
2034
2071
|
<exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
|
2035
2072
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
|
2036
2073
|
<remarks>
|
2037
|
-
|
2038
|
-
|
2074
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2075
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2039
2076
|
</remarks>
|
2040
2077
|
</member>
|
2041
2078
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Type[],System.Object,Castle.DynamicProxy.IInterceptor[])">
|
2042
2079
|
<summary>
|
2043
|
-
|
2044
|
-
|
2080
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
|
2081
|
+
Interceptors can use <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface to provide other target for method invocation than default <paramref name="target"/>.
|
2045
2082
|
</summary>
|
2046
2083
|
<param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
|
2047
2084
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
2048
2085
|
<param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
|
2049
2086
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2050
2087
|
<returns>
|
2051
|
-
|
2088
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types on <paramref name="target"/> object or alternative implementation swapped at runtime by an interceptor.
|
2052
2089
|
</returns>
|
2053
2090
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2054
2091
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -2059,21 +2096,21 @@
|
|
2059
2096
|
<exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
|
2060
2097
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
|
2061
2098
|
<remarks>
|
2062
|
-
|
2063
|
-
|
2099
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2100
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2064
2101
|
</remarks>
|
2065
2102
|
</member>
|
2066
2103
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
2067
2104
|
<summary>
|
2068
|
-
|
2069
|
-
|
2105
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
|
2106
|
+
Interceptors can use <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface to provide other target for method invocation than default <paramref name="target"/>.
|
2070
2107
|
</summary>
|
2071
2108
|
<param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
|
2072
2109
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
2073
2110
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
2074
2111
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2075
2112
|
<returns>
|
2076
|
-
|
2113
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> type on <paramref name="target"/> object or alternative implementation swapped at runtime by an interceptor.
|
2077
2114
|
</returns>
|
2078
2115
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2079
2116
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -2084,14 +2121,14 @@
|
|
2084
2121
|
<exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
|
2085
2122
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
|
2086
2123
|
<remarks>
|
2087
|
-
|
2088
|
-
|
2124
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2125
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2089
2126
|
</remarks>
|
2090
2127
|
</member>
|
2091
2128
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Type[],System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
2092
2129
|
<summary>
|
2093
|
-
|
2094
|
-
|
2130
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
|
2131
|
+
Interceptors can use <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface to provide other target for method invocation than default <paramref name="target"/>.
|
2095
2132
|
</summary>
|
2096
2133
|
<param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
|
2097
2134
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
@@ -2099,7 +2136,7 @@
|
|
2099
2136
|
<param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
|
2100
2137
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2101
2138
|
<returns>
|
2102
|
-
|
2139
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types on <paramref name="target"/> object or alternative implementation swapped at runtime by an interceptor.
|
2103
2140
|
</returns>
|
2104
2141
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2105
2142
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -2110,218 +2147,218 @@
|
|
2110
2147
|
<exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
|
2111
2148
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
|
2112
2149
|
<remarks>
|
2113
|
-
|
2114
|
-
|
2150
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2151
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2115
2152
|
</remarks>
|
2116
2153
|
</member>
|
2117
2154
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget``1(Castle.DynamicProxy.IInterceptor)">
|
2118
2155
|
<summary>
|
2119
|
-
|
2156
|
+
Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on target object generated at runtime with given <paramref name="interceptor"/>.
|
2120
2157
|
</summary>
|
2121
2158
|
<typeparam name="TInterface">Type of the interface which will be proxied.</typeparam>
|
2122
2159
|
<param name="interceptor">The interceptors called during the invocation of proxied methods.</param>
|
2123
2160
|
<returns>
|
2124
|
-
|
2161
|
+
Object proxying calls to members of <typeparamref name="TInterface"/> types on generated target object.
|
2125
2162
|
</returns>
|
2126
2163
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptor"/> array is a null reference (Nothing in Visual Basic).</exception>
|
2127
2164
|
<exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TInterface"/> is not an interface type.</exception>
|
2128
2165
|
<remarks>
|
2129
|
-
|
2130
|
-
|
2131
|
-
|
2132
|
-
|
2133
|
-
|
2166
|
+
Since this method uses an empty-shell implementation of interfaces to proxy generated at runtime, the actual implementation of proxied methods must be provided by given <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementations.
|
2167
|
+
They are responsible for setting return value (and out parameters) on proxied methods. It is also illegal for an interceptor to call <see cref="M:Castle.DynamicProxy.IInvocation.Proceed"/>, since there's no actual implementation to proceed with.
|
2168
|
+
As a result of that also at least one <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementation must be provided.
|
2169
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2170
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2134
2171
|
</remarks>
|
2135
2172
|
</member>
|
2136
2173
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget``1(Castle.DynamicProxy.IInterceptor[])">
|
2137
2174
|
<summary>
|
2138
|
-
|
2175
|
+
Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on target object generated at runtime with given <paramref name="interceptors"/>.
|
2139
2176
|
</summary>
|
2140
2177
|
<typeparam name="TInterface">Type of the interface which will be proxied.</typeparam>
|
2141
2178
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2142
2179
|
<returns>
|
2143
|
-
|
2180
|
+
Object proxying calls to members of <typeparamref name="TInterface"/> types on generated target object.
|
2144
2181
|
</returns>
|
2145
2182
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
|
2146
2183
|
<exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TInterface"/> is not an interface type.</exception>
|
2147
2184
|
<remarks>
|
2148
|
-
|
2149
|
-
|
2150
|
-
|
2151
|
-
|
2152
|
-
|
2185
|
+
Since this method uses an empty-shell implementation of interfaces to proxy generated at runtime, the actual implementation of proxied methods must be provided by given <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementations.
|
2186
|
+
They are responsible for setting return value (and out parameters) on proxied methods. It is also illegal for an interceptor to call <see cref="M:Castle.DynamicProxy.IInvocation.Proceed"/>, since there's no actual implementation to proceed with.
|
2187
|
+
As a result of that also at least one <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementation must be provided.
|
2188
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2189
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2153
2190
|
</remarks>
|
2154
2191
|
</member>
|
2155
2192
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget``1(Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
2156
2193
|
<summary>
|
2157
|
-
|
2194
|
+
Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on target object generated at runtime with given <paramref name="interceptors"/>.
|
2158
2195
|
</summary>
|
2159
2196
|
<typeparam name="TInterface">Type of the interface which will be proxied.</typeparam>
|
2160
2197
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
2161
2198
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2162
2199
|
<returns>
|
2163
|
-
|
2200
|
+
Object proxying calls to members of <typeparamref name="TInterface"/> types on generated target object.
|
2164
2201
|
</returns>
|
2165
2202
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
|
2166
2203
|
<exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TInterface"/> is not an interface type.</exception>
|
2167
2204
|
<remarks>
|
2168
|
-
|
2169
|
-
|
2170
|
-
|
2171
|
-
|
2172
|
-
|
2205
|
+
Since this method uses an empty-shell implementation of interfaces to proxy generated at runtime, the actual implementation of proxied methods must be provided by given <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementations.
|
2206
|
+
They are responsible for setting return value (and out parameters) on proxied methods. It is also illegal for an interceptor to call <see cref="M:Castle.DynamicProxy.IInvocation.Proceed"/>, since there's no actual implementation to proceed with.
|
2207
|
+
As a result of that also at least one <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementation must be provided.
|
2208
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2209
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2173
2210
|
</remarks>
|
2174
2211
|
</member>
|
2175
2212
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget(System.Type,Castle.DynamicProxy.IInterceptor)">
|
2176
2213
|
<summary>
|
2177
|
-
|
2214
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on target object generated at runtime with given <paramref name="interceptor"/>.
|
2178
2215
|
</summary>
|
2179
2216
|
<param name="interfaceToProxy">Type of the interface which will be proxied.</param>
|
2180
2217
|
<param name="interceptor">The interceptors called during the invocation of proxied methods.</param>
|
2181
2218
|
<returns>
|
2182
|
-
|
2219
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> type on generated target object.
|
2183
2220
|
</returns>
|
2184
2221
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2185
2222
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptor"/> array is a null reference (Nothing in Visual Basic).</exception>
|
2186
2223
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is a generic type definition.</exception>
|
2187
2224
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
|
2188
2225
|
<remarks>
|
2189
|
-
|
2190
|
-
|
2191
|
-
|
2192
|
-
|
2226
|
+
Since this method uses an empty-shell implementation of interfaces to proxy generated at runtime, the actual implementation of proxied methods must be provided by given <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementations.
|
2227
|
+
They are responsible for setting return value (and out parameters) on proxied methods. It is also illegal for an interceptor to call <see cref="M:Castle.DynamicProxy.IInvocation.Proceed"/>, since there's no actual implementation to proceed with.
|
2228
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2229
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2193
2230
|
</remarks>
|
2194
2231
|
</member>
|
2195
2232
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget(System.Type,Castle.DynamicProxy.IInterceptor[])">
|
2196
2233
|
<summary>
|
2197
|
-
|
2234
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on target object generated at runtime with given <paramref name="interceptors"/>.
|
2198
2235
|
</summary>
|
2199
2236
|
<param name="interfaceToProxy">Type of the interface which will be proxied.</param>
|
2200
2237
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2201
2238
|
<returns>
|
2202
|
-
|
2239
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> type on generated target object.
|
2203
2240
|
</returns>
|
2204
2241
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2205
2242
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
|
2206
2243
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is a generic type definition.</exception>
|
2207
2244
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
|
2208
2245
|
<remarks>
|
2209
|
-
|
2210
|
-
|
2211
|
-
|
2212
|
-
|
2246
|
+
Since this method uses an empty-shell implementation of interfaces to proxy generated at runtime, the actual implementation of proxied methods must be provided by given <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementations.
|
2247
|
+
They are responsible for setting return value (and out parameters) on proxied methods. It is also illegal for an interceptor to call <see cref="M:Castle.DynamicProxy.IInvocation.Proceed"/>, since there's no actual implementation to proceed with.
|
2248
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2249
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2213
2250
|
</remarks>
|
2214
2251
|
</member>
|
2215
2252
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget(System.Type,System.Type[],Castle.DynamicProxy.IInterceptor[])">
|
2216
2253
|
<summary>
|
2217
|
-
|
2254
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on target object generated at runtime with given <paramref name="interceptors"/>.
|
2218
2255
|
</summary>
|
2219
2256
|
<param name="interfaceToProxy">Type of the interface which will be proxied.</param>
|
2220
2257
|
<param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
|
2221
2258
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2222
2259
|
<returns>
|
2223
|
-
|
2260
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types on generated target object.
|
2224
2261
|
</returns>
|
2225
2262
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2226
2263
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
|
2227
2264
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
|
2228
2265
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
|
2229
2266
|
<remarks>
|
2230
|
-
|
2231
|
-
|
2232
|
-
|
2233
|
-
|
2267
|
+
Since this method uses an empty-shell implementation of interfaces to proxy generated at runtime, the actual implementation of proxied methods must be provided by given <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementations.
|
2268
|
+
They are responsible for setting return value (and out parameters) on proxied methods. It is also illegal for an interceptor to call <see cref="M:Castle.DynamicProxy.IInvocation.Proceed"/>, since there's no actual implementation to proceed with.
|
2269
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2270
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2234
2271
|
</remarks>
|
2235
2272
|
</member>
|
2236
2273
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget(System.Type,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
2237
2274
|
<summary>
|
2238
|
-
|
2275
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on target object generated at runtime with given <paramref name="interceptors"/>.
|
2239
2276
|
</summary>
|
2240
2277
|
<param name="interfaceToProxy">Type of the interface which will be proxied.</param>
|
2241
2278
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
2242
2279
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2243
2280
|
<returns>
|
2244
|
-
|
2281
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> on generated target object.
|
2245
2282
|
</returns>
|
2246
2283
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2247
2284
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
|
2248
2285
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is a generic type definition.</exception>
|
2249
2286
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
|
2250
2287
|
<remarks>
|
2251
|
-
|
2252
|
-
|
2253
|
-
|
2288
|
+
They are responsible for setting return value (and out parameters) on proxied methods. It is also illegal for an interceptor to call <see cref="M:Castle.DynamicProxy.IInvocation.Proceed"/>, since there's no actual implementation to proceed with.
|
2289
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2290
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2254
2291
|
</remarks>
|
2255
2292
|
</member>
|
2256
2293
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
2257
2294
|
<summary>
|
2258
|
-
|
2295
|
+
Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on target object generated at runtime with given <paramref name="interceptors"/>.
|
2259
2296
|
</summary>
|
2260
2297
|
<param name="interfaceToProxy">Type of the interface which will be proxied.</param>
|
2261
2298
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
2262
2299
|
<param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
|
2263
2300
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2264
2301
|
<returns>
|
2265
|
-
|
2302
|
+
Object proxying calls to members of <paramref name="interfaceToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types on generated target object.
|
2266
2303
|
</returns>
|
2267
2304
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2268
2305
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
|
2269
2306
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
|
2270
2307
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
|
2271
2308
|
<remarks>
|
2272
|
-
|
2273
|
-
|
2274
|
-
|
2275
|
-
|
2309
|
+
Since this method uses an empty-shell implementation of <paramref name="additionalInterfacesToProxy"/> to proxy generated at runtime, the actual implementation of proxied methods must be provided by given <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementations.
|
2310
|
+
They are responsible for setting return value (and out parameters) on proxied methods. It is also illegal for an interceptor to call <see cref="M:Castle.DynamicProxy.IInvocation.Proceed"/>, since there's no actual implementation to proceed with.
|
2311
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2312
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2276
2313
|
</remarks>
|
2277
2314
|
</member>
|
2278
2315
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget``1(``0,Castle.DynamicProxy.IInterceptor[])">
|
2279
2316
|
<summary>
|
2280
|
-
|
2317
|
+
Creates proxy object intercepting calls to virtual members of type <typeparamref name="TClass"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2281
2318
|
</summary>
|
2282
2319
|
<typeparam name="TClass">Type of class which will be proxied.</typeparam>
|
2283
2320
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
2284
2321
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2285
2322
|
<returns>
|
2286
|
-
|
2323
|
+
New object of type <typeparamref name="TClass"/> proxying calls to virtual members of <typeparamref name="TClass"/> type.
|
2287
2324
|
</returns>
|
2288
2325
|
<exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TClass"/> is not a class type.</exception>
|
2289
2326
|
<exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <typeparamref name="TClass"/>.</exception>
|
2290
2327
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <typeparamref name="TClass"/> throws an exception.</exception>
|
2291
2328
|
<remarks>
|
2292
|
-
|
2293
|
-
|
2329
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2330
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2294
2331
|
</remarks>
|
2295
2332
|
</member>
|
2296
2333
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget``1(``0,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
2297
2334
|
<summary>
|
2298
|
-
|
2335
|
+
Creates proxy object intercepting calls to virtual members of type <typeparamref name="TClass"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2299
2336
|
</summary>
|
2300
2337
|
<typeparam name="TClass">Type of class which will be proxied.</typeparam>
|
2301
2338
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
2302
2339
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
2303
2340
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2304
2341
|
<returns>
|
2305
|
-
|
2342
|
+
New object of type <typeparamref name="TClass"/> proxying calls to virtual members of <typeparamref name="TClass"/> type.
|
2306
2343
|
</returns>
|
2307
2344
|
<exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TClass"/> is not a class type.</exception>
|
2308
2345
|
<exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <typeparamref name="TClass"/>.</exception>
|
2309
2346
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <typeparamref name="TClass"/> throws an exception.</exception>
|
2310
2347
|
<remarks>
|
2311
|
-
|
2312
|
-
|
2348
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2349
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2313
2350
|
</remarks>
|
2314
2351
|
</member>
|
2315
2352
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Type[],System.Object,Castle.DynamicProxy.IInterceptor[])">
|
2316
2353
|
<summary>
|
2317
|
-
|
2354
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2318
2355
|
</summary>
|
2319
2356
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2320
2357
|
<param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
|
2321
2358
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
2322
2359
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2323
2360
|
<returns>
|
2324
|
-
|
2361
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types.
|
2325
2362
|
</returns>
|
2326
2363
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2327
2364
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
|
@@ -2329,13 +2366,13 @@
|
|
2329
2366
|
<exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <paramref name="classToProxy"/>.</exception>
|
2330
2367
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2331
2368
|
<remarks>
|
2332
|
-
|
2333
|
-
|
2369
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2370
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2334
2371
|
</remarks>
|
2335
2372
|
</member>
|
2336
2373
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Object,Castle.DynamicProxy.ProxyGenerationOptions,System.Object[],Castle.DynamicProxy.IInterceptor[])">
|
2337
2374
|
<summary>
|
2338
|
-
|
2375
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2339
2376
|
</summary>
|
2340
2377
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2341
2378
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
@@ -2343,7 +2380,7 @@
|
|
2343
2380
|
<param name="constructorArguments">Arguments of constructor of type <paramref name="classToProxy"/> which should be used to create a new instance of that type.</param>
|
2344
2381
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2345
2382
|
<returns>
|
2346
|
-
|
2383
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
|
2347
2384
|
</returns>
|
2348
2385
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2349
2386
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
|
@@ -2351,20 +2388,20 @@
|
|
2351
2388
|
<exception cref="T:System.ArgumentException">Thrown when no constructor exists on type <paramref name="classToProxy"/> with parameters matching <paramref name="constructorArguments"/>.</exception>
|
2352
2389
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2353
2390
|
<remarks>
|
2354
|
-
|
2355
|
-
|
2391
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2392
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2356
2393
|
</remarks>
|
2357
2394
|
</member>
|
2358
2395
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Object,System.Object[],Castle.DynamicProxy.IInterceptor[])">
|
2359
2396
|
<summary>
|
2360
|
-
|
2397
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2361
2398
|
</summary>
|
2362
2399
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2363
2400
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
2364
2401
|
<param name="constructorArguments">Arguments of constructor of type <paramref name="classToProxy"/> which should be used to create a new instance of that type.</param>
|
2365
2402
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2366
2403
|
<returns>
|
2367
|
-
|
2404
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
|
2368
2405
|
</returns>
|
2369
2406
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2370
2407
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
|
@@ -2372,19 +2409,19 @@
|
|
2372
2409
|
<exception cref="T:System.ArgumentException">Thrown when no constructor exists on type <paramref name="classToProxy"/> with parameters matching <paramref name="constructorArguments"/>.</exception>
|
2373
2410
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2374
2411
|
<remarks>
|
2375
|
-
|
2376
|
-
|
2412
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2413
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2377
2414
|
</remarks>
|
2378
2415
|
</member>
|
2379
2416
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Object,Castle.DynamicProxy.IInterceptor[])">
|
2380
2417
|
<summary>
|
2381
|
-
|
2418
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2382
2419
|
</summary>
|
2383
2420
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2384
2421
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
2385
2422
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2386
2423
|
<returns>
|
2387
|
-
|
2424
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
|
2388
2425
|
</returns>
|
2389
2426
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2390
2427
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
|
@@ -2392,20 +2429,20 @@
|
|
2392
2429
|
<exception cref="T:System.ArgumentException">Thrown when no parameterless constructor exists on type <paramref name="classToProxy"/>.</exception>
|
2393
2430
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2394
2431
|
<remarks>
|
2395
|
-
|
2396
|
-
|
2432
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2433
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2397
2434
|
</remarks>
|
2398
2435
|
</member>
|
2399
2436
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
2400
2437
|
<summary>
|
2401
|
-
|
2438
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2402
2439
|
</summary>
|
2403
2440
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2404
2441
|
<param name="target">The target object, calls to which will be intercepted.</param>
|
2405
2442
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
2406
2443
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2407
2444
|
<returns>
|
2408
|
-
|
2445
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
|
2409
2446
|
</returns>
|
2410
2447
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2411
2448
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="options"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -2414,13 +2451,13 @@
|
|
2414
2451
|
<exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <paramref name="classToProxy"/>.</exception>
|
2415
2452
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2416
2453
|
<remarks>
|
2417
|
-
|
2418
|
-
|
2454
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2455
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2419
2456
|
</remarks>
|
2420
2457
|
</member>
|
2421
2458
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Type[],System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
2422
2459
|
<summary>
|
2423
|
-
|
2460
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2424
2461
|
</summary>
|
2425
2462
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2426
2463
|
<param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
|
@@ -2428,7 +2465,7 @@
|
|
2428
2465
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
2429
2466
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2430
2467
|
<returns>
|
2431
|
-
|
2468
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types.
|
2432
2469
|
</returns>
|
2433
2470
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2434
2471
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="options"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -2437,13 +2474,13 @@
|
|
2437
2474
|
<exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <paramref name="classToProxy"/>.</exception>
|
2438
2475
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2439
2476
|
<remarks>
|
2440
|
-
|
2441
|
-
|
2477
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2478
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2442
2479
|
</remarks>
|
2443
2480
|
</member>
|
2444
2481
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Type[],System.Object,Castle.DynamicProxy.ProxyGenerationOptions,System.Object[],Castle.DynamicProxy.IInterceptor[])">
|
2445
2482
|
<summary>
|
2446
|
-
|
2483
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2447
2484
|
</summary>
|
2448
2485
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2449
2486
|
<param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
|
@@ -2452,7 +2489,7 @@
|
|
2452
2489
|
<param name="constructorArguments">Arguments of constructor of type <paramref name="classToProxy"/> which should be used to create a new instance of that type.</param>
|
2453
2490
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2454
2491
|
<returns>
|
2455
|
-
|
2492
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types.
|
2456
2493
|
</returns>
|
2457
2494
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2458
2495
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="options"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -2461,54 +2498,54 @@
|
|
2461
2498
|
<exception cref="T:System.ArgumentException">Thrown when no constructor exists on type <paramref name="classToProxy"/> with parameters matching <paramref name="constructorArguments"/>.</exception>
|
2462
2499
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2463
2500
|
<remarks>
|
2464
|
-
|
2465
|
-
|
2501
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2502
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2466
2503
|
</remarks>
|
2467
2504
|
</member>
|
2468
2505
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy``1(Castle.DynamicProxy.IInterceptor[])">
|
2469
2506
|
<summary>
|
2470
|
-
|
2507
|
+
Creates proxy object intercepting calls to virtual members of type <typeparamref name="TClass"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2471
2508
|
</summary>
|
2472
2509
|
<typeparam name="TClass">Type of class which will be proxied.</typeparam>
|
2473
2510
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2474
2511
|
<returns>
|
2475
|
-
|
2512
|
+
New object of type <typeparamref name="TClass"/> proxying calls to virtual members of <typeparamref name="TClass"/> type.
|
2476
2513
|
</returns>
|
2477
2514
|
<exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TClass"/> is not a class type.</exception>
|
2478
2515
|
<exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <typeparamref name="TClass"/>.</exception>
|
2479
2516
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <typeparamref name="TClass"/> throws an exception.</exception>
|
2480
2517
|
<remarks>
|
2481
|
-
|
2482
|
-
|
2518
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2519
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2483
2520
|
</remarks>
|
2484
2521
|
</member>
|
2485
2522
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy``1(Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
2486
2523
|
<summary>
|
2487
|
-
|
2524
|
+
Creates proxy object intercepting calls to virtual members of type <typeparamref name="TClass"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2488
2525
|
</summary>
|
2489
2526
|
<typeparam name="TClass">Type of class which will be proxied.</typeparam>
|
2490
2527
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
2491
2528
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2492
2529
|
<returns>
|
2493
|
-
|
2530
|
+
New object of type <typeparamref name="TClass"/> proxying calls to virtual members of <typeparamref name="TClass"/> type.
|
2494
2531
|
</returns>
|
2495
2532
|
<exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TClass"/> is not a class type.</exception>
|
2496
2533
|
<exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <typeparamref name="TClass"/>.</exception>
|
2497
2534
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <typeparamref name="TClass"/> throws an exception.</exception>
|
2498
2535
|
<remarks>
|
2499
|
-
|
2500
|
-
|
2536
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2537
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2501
2538
|
</remarks>
|
2502
2539
|
</member>
|
2503
2540
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,System.Type[],Castle.DynamicProxy.IInterceptor[])">
|
2504
2541
|
<summary>
|
2505
|
-
|
2542
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2506
2543
|
</summary>
|
2507
2544
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2508
2545
|
<param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
|
2509
2546
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2510
2547
|
<returns>
|
2511
|
-
|
2548
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types.
|
2512
2549
|
</returns>
|
2513
2550
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2514
2551
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
|
@@ -2516,20 +2553,20 @@
|
|
2516
2553
|
<exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <paramref name="classToProxy"/>.</exception>
|
2517
2554
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2518
2555
|
<remarks>
|
2519
|
-
|
2520
|
-
|
2556
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2557
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2521
2558
|
</remarks>
|
2522
2559
|
</member>
|
2523
2560
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,Castle.DynamicProxy.ProxyGenerationOptions,System.Object[],Castle.DynamicProxy.IInterceptor[])">
|
2524
2561
|
<summary>
|
2525
|
-
|
2562
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2526
2563
|
</summary>
|
2527
2564
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2528
2565
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
2529
2566
|
<param name="constructorArguments">Arguments of constructor of type <paramref name="classToProxy"/> which should be used to create a new instance of that type.</param>
|
2530
2567
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2531
2568
|
<returns>
|
2532
|
-
|
2569
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
|
2533
2570
|
</returns>
|
2534
2571
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2535
2572
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
|
@@ -2537,19 +2574,19 @@
|
|
2537
2574
|
<exception cref="T:System.ArgumentException">Thrown when no constructor exists on type <paramref name="classToProxy"/> with parameters matching <paramref name="constructorArguments"/>.</exception>
|
2538
2575
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2539
2576
|
<remarks>
|
2540
|
-
|
2541
|
-
|
2577
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2578
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2542
2579
|
</remarks>
|
2543
2580
|
</member>
|
2544
2581
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,System.Object[],Castle.DynamicProxy.IInterceptor[])">
|
2545
2582
|
<summary>
|
2546
|
-
|
2583
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2547
2584
|
</summary>
|
2548
2585
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2549
2586
|
<param name="constructorArguments">Arguments of constructor of type <paramref name="classToProxy"/> which should be used to create a new instance of that type.</param>
|
2550
2587
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2551
2588
|
<returns>
|
2552
|
-
|
2589
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
|
2553
2590
|
</returns>
|
2554
2591
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2555
2592
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
|
@@ -2557,18 +2594,18 @@
|
|
2557
2594
|
<exception cref="T:System.ArgumentException">Thrown when no constructor exists on type <paramref name="classToProxy"/> with parameters matching <paramref name="constructorArguments"/>.</exception>
|
2558
2595
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2559
2596
|
<remarks>
|
2560
|
-
|
2561
|
-
|
2597
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2598
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2562
2599
|
</remarks>
|
2563
2600
|
</member>
|
2564
2601
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,Castle.DynamicProxy.IInterceptor[])">
|
2565
2602
|
<summary>
|
2566
|
-
|
2603
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2567
2604
|
</summary>
|
2568
2605
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2569
2606
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2570
2607
|
<returns>
|
2571
|
-
|
2608
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
|
2572
2609
|
</returns>
|
2573
2610
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2574
2611
|
<exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
|
@@ -2576,19 +2613,19 @@
|
|
2576
2613
|
<exception cref="T:System.ArgumentException">Thrown when no parameterless constructor exists on type <paramref name="classToProxy"/>.</exception>
|
2577
2614
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2578
2615
|
<remarks>
|
2579
|
-
|
2580
|
-
|
2616
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2617
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2581
2618
|
</remarks>
|
2582
2619
|
</member>
|
2583
2620
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
2584
2621
|
<summary>
|
2585
|
-
|
2622
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2586
2623
|
</summary>
|
2587
2624
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2588
2625
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
2589
2626
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2590
2627
|
<returns>
|
2591
|
-
|
2628
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
|
2592
2629
|
</returns>
|
2593
2630
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2594
2631
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="options"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -2597,20 +2634,20 @@
|
|
2597
2634
|
<exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <paramref name="classToProxy"/>.</exception>
|
2598
2635
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2599
2636
|
<remarks>
|
2600
|
-
|
2601
|
-
|
2637
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2638
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2602
2639
|
</remarks>
|
2603
2640
|
</member>
|
2604
2641
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
|
2605
2642
|
<summary>
|
2606
|
-
|
2643
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2607
2644
|
</summary>
|
2608
2645
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2609
2646
|
<param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
|
2610
2647
|
<param name="options">The proxy generation options used to influence generated proxy type and object.</param>
|
2611
2648
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2612
2649
|
<returns>
|
2613
|
-
|
2650
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types.
|
2614
2651
|
</returns>
|
2615
2652
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2616
2653
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="options"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -2619,13 +2656,13 @@
|
|
2619
2656
|
<exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <paramref name="classToProxy"/>.</exception>
|
2620
2657
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2621
2658
|
<remarks>
|
2622
|
-
|
2623
|
-
|
2659
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2660
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2624
2661
|
</remarks>
|
2625
2662
|
</member>
|
2626
2663
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions,System.Object[],Castle.DynamicProxy.IInterceptor[])">
|
2627
2664
|
<summary>
|
2628
|
-
|
2665
|
+
Creates proxy object intercepting calls to virtual members of type <paramref name="classToProxy"/> on newly created instance of that type with given <paramref name="interceptors"/>.
|
2629
2666
|
</summary>
|
2630
2667
|
<param name="classToProxy">Type of class which will be proxied.</param>
|
2631
2668
|
<param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
|
@@ -2633,7 +2670,7 @@
|
|
2633
2670
|
<param name="constructorArguments">Arguments of constructor of type <paramref name="classToProxy"/> which should be used to create a new instance of that type.</param>
|
2634
2671
|
<param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
|
2635
2672
|
<returns>
|
2636
|
-
|
2673
|
+
New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types.
|
2637
2674
|
</returns>
|
2638
2675
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
|
2639
2676
|
<exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="options"/> object is a null reference (Nothing in Visual Basic).</exception>
|
@@ -2642,13 +2679,13 @@
|
|
2642
2679
|
<exception cref="T:System.ArgumentException">Thrown when no constructor exists on type <paramref name="classToProxy"/> with parameters matching <paramref name="constructorArguments"/>.</exception>
|
2643
2680
|
<exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
|
2644
2681
|
<remarks>
|
2645
|
-
|
2646
|
-
|
2682
|
+
This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
|
2683
|
+
As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
|
2647
2684
|
</remarks>
|
2648
2685
|
</member>
|
2649
2686
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyType(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)">
|
2650
2687
|
<summary>
|
2651
|
-
|
2688
|
+
Creates the proxy type for class proxy with given <paramref name="classToProxy"/> class, implementing given <paramref name="additionalInterfacesToProxy"/> and using provided <paramref name="options"/>.
|
2652
2689
|
</summary>
|
2653
2690
|
<param name="classToProxy">The base class for proxy type.</param>
|
2654
2691
|
<param name="additionalInterfacesToProxy">The interfaces that proxy type should implement.</param>
|
@@ -2657,7 +2694,7 @@
|
|
2657
2694
|
</member>
|
2658
2695
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyTypeWithTarget(System.Type,System.Type[],System.Type,Castle.DynamicProxy.ProxyGenerationOptions)">
|
2659
2696
|
<summary>
|
2660
|
-
|
2697
|
+
Creates the proxy type for interface proxy with target for given <paramref name="interfaceToProxy"/> interface, implementing given <paramref name="additionalInterfacesToProxy"/> on given <paramref name="targetType"/> and using provided <paramref name="options"/>.
|
2661
2698
|
</summary>
|
2662
2699
|
<param name="interfaceToProxy">The interface proxy type should implement.</param>
|
2663
2700
|
<param name="additionalInterfacesToProxy">The additional interfaces proxy type should implement.</param>
|
@@ -2667,7 +2704,7 @@
|
|
2667
2704
|
</member>
|
2668
2705
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyTypeWithTargetInterface(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)">
|
2669
2706
|
<summary>
|
2670
|
-
|
2707
|
+
Creates the proxy type for interface proxy with target interface for given <paramref name="interfaceToProxy"/> interface, implementing given <paramref name="additionalInterfacesToProxy"/> on given <paramref name="interfaceToProxy"/> and using provided <paramref name="options"/>.
|
2671
2708
|
</summary>
|
2672
2709
|
<param name="interfaceToProxy">The interface proxy type should implement.</param>
|
2673
2710
|
<param name="additionalInterfacesToProxy">The additional interfaces proxy type should implement.</param>
|
@@ -2676,7 +2713,7 @@
|
|
2676
2713
|
</member>
|
2677
2714
|
<member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyTypeWithoutTarget(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)">
|
2678
2715
|
<summary>
|
2679
|
-
|
2716
|
+
Creates the proxy type for interface proxy without target for given <paramref name="interfaceToProxy"/> interface, implementing given <paramref name="additionalInterfacesToProxy"/> and using provided <paramref name="options"/>.
|
2680
2717
|
</summary>
|
2681
2718
|
<param name="interfaceToProxy">The interface proxy type should implement.</param>
|
2682
2719
|
<param name="additionalInterfacesToProxy">The additional interfaces proxy type should implement.</param>
|
@@ -2685,12 +2722,12 @@
|
|
2685
2722
|
</member>
|
2686
2723
|
<member name="P:Castle.DynamicProxy.ProxyGenerator.Logger">
|
2687
2724
|
<summary>
|
2688
|
-
|
2725
|
+
Gets or sets the <see cref="T:Castle.Core.Logging.ILogger"/> that this <see cref="T:Castle.DynamicProxy.ProxyGenerator"/> log to.
|
2689
2726
|
</summary>
|
2690
2727
|
</member>
|
2691
2728
|
<member name="P:Castle.DynamicProxy.ProxyGenerator.ProxyBuilder">
|
2692
2729
|
<summary>
|
2693
|
-
|
2730
|
+
Gets the proxy builder instance used to generate proxy types.
|
2694
2731
|
</summary>
|
2695
2732
|
<value>The proxy builder.</value>
|
2696
2733
|
</member>
|
@@ -4329,61 +4366,6 @@
|
|
4329
4366
|
<param name="loggerName">The Subname of this logger.</param>
|
4330
4367
|
<returns>The New ILogger instance.</returns>
|
4331
4368
|
</member>
|
4332
|
-
<member name="T:Castle.Core.Logging.WebLogger">
|
4333
|
-
<summary>
|
4334
|
-
The WebLogger sends everything to the HttpContext.Trace
|
4335
|
-
</summary>
|
4336
|
-
<remarks>
|
4337
|
-
Trace must be enabled on the Asp.Net configuration file (web.config or machine.config)
|
4338
|
-
</remarks>
|
4339
|
-
</member>
|
4340
|
-
<member name="M:Castle.Core.Logging.WebLogger.#ctor">
|
4341
|
-
<summary>
|
4342
|
-
Creates a new WebLogger with the priority set to DEBUG.
|
4343
|
-
</summary>
|
4344
|
-
</member>
|
4345
|
-
<member name="M:Castle.Core.Logging.WebLogger.#ctor(Castle.Core.Logging.LoggerLevel)">
|
4346
|
-
<summary>
|
4347
|
-
Creates a new WebLogger.
|
4348
|
-
</summary>
|
4349
|
-
<param name="logLevel">The Log level typecode.</param>
|
4350
|
-
</member>
|
4351
|
-
<member name="M:Castle.Core.Logging.WebLogger.#ctor(System.String)">
|
4352
|
-
<summary>
|
4353
|
-
Creates a new WebLogger.
|
4354
|
-
</summary>
|
4355
|
-
<param name="name">The Log name.</param>
|
4356
|
-
</member>
|
4357
|
-
<member name="M:Castle.Core.Logging.WebLogger.#ctor(System.String,Castle.Core.Logging.LoggerLevel)">
|
4358
|
-
<summary>
|
4359
|
-
Creates a new WebLogger.
|
4360
|
-
</summary>
|
4361
|
-
<param name="name">The Log name.</param>
|
4362
|
-
<param name="loggerLevel">The Log level typecode.</param>
|
4363
|
-
</member>
|
4364
|
-
<member name="M:Castle.Core.Logging.WebLogger.Log(Castle.Core.Logging.LoggerLevel,System.String,System.String,System.Exception)">
|
4365
|
-
<summary>
|
4366
|
-
A Common method to log.
|
4367
|
-
</summary>
|
4368
|
-
<param name="loggerLevel">The level of logging</param>
|
4369
|
-
<param name="loggerName">The Log name.</param>
|
4370
|
-
<param name="message">The Message</param>
|
4371
|
-
<param name="exception">The Exception</param>
|
4372
|
-
</member>
|
4373
|
-
<member name="M:Castle.Core.Logging.WebLogger.CreateChildLogger(System.String)">
|
4374
|
-
<summary>
|
4375
|
-
Just returns this logger (<c>WebLogger</c> is not hierarchical).
|
4376
|
-
</summary>
|
4377
|
-
<param name="loggerName">Ignored</param>
|
4378
|
-
<returns>This ILogger instance.</returns>
|
4379
|
-
</member>
|
4380
|
-
<member name="M:Castle.Core.Logging.WebLogger.TryToGetTraceContext">
|
4381
|
-
<summary>
|
4382
|
-
Tries to get the current http context's trace context.
|
4383
|
-
</summary>
|
4384
|
-
<returns>The current http context's trace context or null if none is
|
4385
|
-
available</returns>
|
4386
|
-
</member>
|
4387
4369
|
<member name="T:Castle.Core.Configuration.AbstractConfiguration">
|
4388
4370
|
<summary>
|
4389
4371
|
This is an abstract <see cref="T:Castle.Core.Configuration.IConfiguration"/> implementation
|
@@ -4618,7 +4600,7 @@
|
|
4618
4600
|
<paramref name="key"/> is null. </exception>
|
4619
4601
|
<exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IDictionary"/> object is read-only.-or- The <see cref="T:System.Collections.IDictionary"/> has a fixed size. </exception>
|
4620
4602
|
</member>
|
4621
|
-
<member name="M:Castle.Core.ReflectionBasedDictionaryAdapter.CopyTo(System.Array,System.Int32)">
|
4603
|
+
<member name="M:Castle.Core.ReflectionBasedDictionaryAdapter.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
|
4622
4604
|
<summary>
|
4623
4605
|
Copies the elements of the <see cref="T:System.Collections.ICollection"/> to an <see cref="T:System.Array"/>, starting at a particular <see cref="T:System.Array"/> index.
|
4624
4606
|
</summary>
|
@@ -4667,7 +4649,7 @@
|
|
4667
4649
|
<value></value>
|
4668
4650
|
<returns>true if the <see cref="T:System.Collections.IDictionary"/> object is read-only; otherwise, false.</returns>
|
4669
4651
|
</member>
|
4670
|
-
<member name="P:Castle.Core.ReflectionBasedDictionaryAdapter.IsFixedSize">
|
4652
|
+
<member name="P:Castle.Core.ReflectionBasedDictionaryAdapter.System#Collections#IDictionary#IsFixedSize">
|
4671
4653
|
<summary>
|
4672
4654
|
Gets a value indicating whether the <see cref="T:System.Collections.IDictionary"/> object has a fixed size.
|
4673
4655
|
</summary>
|