castle.core 1.2.0.0 → 2.5.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. data/docs/BreakingChanges.txt +42 -0
  2. data/docs/{ReleaseNotes/Changes.txt → Changes.txt} +17 -0
  3. data/docs/DictionaryAdapter-Changes.txt +67 -0
  4. data/docs/DynamicProxy-Changes.txt +238 -0
  5. data/lib/Silverlight3/Castle.Core.dll +0 -0
  6. data/lib/Silverlight3/Castle.Core.pdb +0 -0
  7. data/lib/Silverlight3/Castle.Core.xml +4384 -0
  8. data/lib/Silverlight4/Castle.Core.dll +0 -0
  9. data/lib/Silverlight4/Castle.Core.pdb +0 -0
  10. data/lib/Silverlight4/Castle.Core.xml +4384 -0
  11. data/lib/dotNet35/BreakingChanges.txt +42 -0
  12. data/lib/dotNet35/Castle.Core.dll +0 -0
  13. data/lib/dotNet35/Castle.Core.pdb +0 -0
  14. data/lib/dotNet35/Castle.Core.xml +4937 -0
  15. data/lib/dotNet35/loggingServices/Castle.Services.Logging.Log4netIntegration.dll +0 -0
  16. data/lib/dotNet35/loggingServices/Castle.Services.Logging.Log4netIntegration.pdb +0 -0
  17. data/lib/dotNet35/loggingServices/Castle.Services.Logging.NLogIntegration.dll +0 -0
  18. data/lib/dotNet35/loggingServices/Castle.Services.Logging.NLogIntegration.pdb +0 -0
  19. data/lib/dotNet40/BreakingChanges.txt +42 -0
  20. data/lib/dotNet40/Castle.Core.dll +0 -0
  21. data/lib/dotNet40/Castle.Core.pdb +0 -0
  22. data/lib/dotNet40/Castle.Core.xml +4937 -0
  23. data/lib/dotNet40/loggingServices/Castle.Services.Logging.Log4netIntegration.dll +0 -0
  24. data/lib/dotNet40/loggingServices/Castle.Services.Logging.Log4netIntegration.pdb +0 -0
  25. data/lib/dotNet40/loggingServices/Castle.Services.Logging.NLogIntegration.dll +0 -0
  26. data/lib/dotNet40/loggingServices/Castle.Services.Logging.NLogIntegration.pdb +0 -0
  27. data/lib/dotNet40ClientProfile/Castle.Core.dll +0 -0
  28. data/lib/dotNet40ClientProfile/Castle.Core.pdb +0 -0
  29. data/lib/dotNet40ClientProfile/Castle.Core.xml +4882 -0
  30. metadata +33 -21
  31. data/lib/mono-26/Castle.Core.dll +0 -0
  32. data/lib/mono-26/Castle.Core.xml +0 -3509
  33. data/lib/mono-26/Castle.Services.Logging.NLogIntegration.dll +0 -0
  34. data/lib/mono-26/Castle.Services.Logging.NLogIntegration.xml +0 -339
  35. data/lib/mono-26/Castle.Services.Logging.log4netIntegration.dll +0 -0
  36. data/lib/mono-26/Castle.Services.Logging.log4netIntegration.xml +0 -59
  37. data/lib/net-20/Castle.Core.dll +0 -0
  38. data/lib/net-20/Castle.Core.xml +0 -3455
  39. data/lib/net-35/Castle.Core.dll +0 -0
  40. data/lib/net-35/Castle.Core.xml +0 -3455
  41. data/lib/net-35/Castle.Services.Logging.NLogIntegration.dll +0 -0
  42. data/lib/net-35/Castle.Services.Logging.NLogIntegration.xml +0 -339
  43. data/lib/net-35/Castle.Services.Logging.log4netIntegration.dll +0 -0
  44. data/lib/net-35/Castle.Services.Logging.log4netIntegration.xml +0 -59
  45. data/lib/sl-30/Castle.Core.dll +0 -0
  46. data/lib/sl-30/Castle.Core.xml +0 -3091
@@ -0,0 +1,4384 @@
1
+ <?xml version="1.0"?>
2
+ <doc>
3
+ <assembly>
4
+ <name>Castle.Core</name>
5
+ </assembly>
6
+ <members>
7
+ <member name="T:Castle.Components.DictionaryAdapter.DictionaryBehaviorAttribute">
8
+ <summary>
9
+ Assignes a specific dictionary key.
10
+ </summary>
11
+ </member>
12
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryBehavior">
13
+ <summary>
14
+ Defines the contract for customizing dictionary access.
15
+ </summary>
16
+ </member>
17
+ <member name="P:Castle.Components.DictionaryAdapter.IDictionaryBehavior.ExecutionOrder">
18
+ <summary>
19
+ Determines relative order to apply related behaviors.
20
+ </summary>
21
+ </member>
22
+ <member name="P:Castle.Components.DictionaryAdapter.DictionaryBehaviorAttribute.ExecutionOrder">
23
+ <summary>
24
+ Determines relative order to apply related behaviors.
25
+ </summary>
26
+ </member>
27
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryPropertySetter">
28
+ <summary>
29
+ Defines the contract for updating dictionary values.
30
+ </summary>
31
+ </member>
32
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryPropertySetter.SetPropertyValue(Castle.Components.DictionaryAdapter.IDictionaryAdapter,System.String,System.Object@,Castle.Components.DictionaryAdapter.PropertyDescriptor)">
33
+ <summary>
34
+ Sets the stored dictionary value.
35
+ </summary>
36
+ <param name="dictionaryAdapter">The dictionary adapter.</param>
37
+ <param name="key">The key.</param>
38
+ <param name="value">The stored value.</param>
39
+ <param name="property">The property.</param>
40
+ <returns>true if the property should be stored.</returns>
41
+ </member>
42
+ <member name="T:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter">
43
+ <summary>
44
+ Abstract adapter for the <see cref="T:System.Collections.IDictionary"/> support
45
+ needed by the <see cref="T:Castle.Components.DictionaryAdapter.DictionaryAdapterFactory"/>
46
+ </summary>
47
+ </member>
48
+ <member name="M:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.Add(System.Object,System.Object)">
49
+ <summary>
50
+ Adds an element with the provided key and value to the <see cref="T:System.Collections.IDictionary"></see> object.
51
+ </summary>
52
+ <param name="key">The <see cref="T:System.Object"></see> to use as the key of the element to add.</param>
53
+ <param name="value">The <see cref="T:System.Object"></see> to use as the value of the element to add.</param>
54
+ <exception cref="T:System.ArgumentException">An element with the same key already exists in the <see cref="T:System.Collections.IDictionary"></see> object. </exception>
55
+ <exception cref="T:System.ArgumentNullException">key is null. </exception>
56
+ <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IDictionary"></see> is read-only.-or- The <see cref="T:System.Collections.IDictionary"></see> has a fixed size. </exception>
57
+ </member>
58
+ <member name="M:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.Clear">
59
+ <summary>
60
+ Removes all elements from the <see cref="T:System.Collections.IDictionary"></see> object.
61
+ </summary>
62
+ <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IDictionary"></see> object is read-only. </exception>
63
+ </member>
64
+ <member name="M:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.Contains(System.Object)">
65
+ <summary>
66
+ Determines whether the <see cref="T:System.Collections.IDictionary"></see> object contains an element with the specified key.
67
+ </summary>
68
+ <param name="key">The key to locate in the <see cref="T:System.Collections.IDictionary"></see> object.</param>
69
+ <returns>
70
+ true if the <see cref="T:System.Collections.IDictionary"></see> contains an element with the key; otherwise, false.
71
+ </returns>
72
+ <exception cref="T:System.ArgumentNullException">key is null. </exception>
73
+ </member>
74
+ <member name="M:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.GetEnumerator">
75
+ <summary>
76
+ Returns an <see cref="T:System.Collections.IDictionaryEnumerator"></see> object for the <see cref="T:System.Collections.IDictionary"></see> object.
77
+ </summary>
78
+ <returns>
79
+ An <see cref="T:System.Collections.IDictionaryEnumerator"></see> object for the <see cref="T:System.Collections.IDictionary"></see> object.
80
+ </returns>
81
+ </member>
82
+ <member name="M:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.Remove(System.Object)">
83
+ <summary>
84
+ Removes the element with the specified key from the <see cref="T:System.Collections.IDictionary"></see> object.
85
+ </summary>
86
+ <param name="key">The key of the element to remove.</param>
87
+ <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IDictionary"></see> object is read-only.-or- The <see cref="T:System.Collections.IDictionary"></see> has a fixed size. </exception>
88
+ <exception cref="T:System.ArgumentNullException">key is null. </exception>
89
+ </member>
90
+ <member name="M:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.CopyTo(System.Array,System.Int32)">
91
+ <summary>
92
+ Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.
93
+ </summary>
94
+ <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
95
+ <param name="index">The zero-based index in array at which copying begins.</param>
96
+ <exception cref="T:System.ArgumentNullException">array is null. </exception>
97
+ <exception cref="T:System.ArgumentException">The type of the source <see cref="T:System.Collections.ICollection"></see> cannot be cast automatically to the type of the destination array. </exception>
98
+ <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
99
+ <exception cref="T:System.ArgumentException">array is multidimensional.-or- index is equal to or greater than the length of array.-or- The number of elements in the source <see cref="T:System.Collections.ICollection"></see> is greater than the available space from index to the end of the destination array. </exception>
100
+ </member>
101
+ <member name="M:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.System#Collections#IEnumerable#GetEnumerator">
102
+ <summary>
103
+ Returns an enumerator that iterates through a collection.
104
+ </summary>
105
+ <returns>
106
+ An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
107
+ </returns>
108
+ </member>
109
+ <member name="P:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.IsFixedSize">
110
+ <summary>
111
+ Gets a value indicating whether the <see cref="T:System.Collections.IDictionary"></see> object has a fixed size.
112
+ </summary>
113
+ <value></value>
114
+ <returns>true if the <see cref="T:System.Collections.IDictionary"></see> object has a fixed size; otherwise, false.</returns>
115
+ </member>
116
+ <member name="P:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.IsReadOnly">
117
+ <summary>
118
+ Gets a value indicating whether the <see cref="T:System.Collections.IDictionary"></see> object is read-only.
119
+ </summary>
120
+ <value></value>
121
+ <returns>true if the <see cref="T:System.Collections.IDictionary"></see> object is read-only; otherwise, false.</returns>
122
+ </member>
123
+ <member name="P:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.Keys">
124
+ <summary>
125
+ Gets an <see cref="T:System.Collections.ICollection"></see> object containing the keys of the <see cref="T:System.Collections.IDictionary"></see> object.
126
+ </summary>
127
+ <value></value>
128
+ <returns>An <see cref="T:System.Collections.ICollection"></see> object containing the keys of the <see cref="T:System.Collections.IDictionary"></see> object.</returns>
129
+ </member>
130
+ <member name="P:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.Values">
131
+ <summary>
132
+ Gets an <see cref="T:System.Collections.ICollection"></see> object containing the values in the <see cref="T:System.Collections.IDictionary"></see> object.
133
+ </summary>
134
+ <value></value>
135
+ <returns>An <see cref="T:System.Collections.ICollection"></see> object containing the values in the <see cref="T:System.Collections.IDictionary"></see> object.</returns>
136
+ </member>
137
+ <member name="P:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.Item(System.Object)">
138
+ <summary>
139
+ Gets or sets the <see cref="T:System.Object"/> with the specified key.
140
+ </summary>
141
+ <value></value>
142
+ </member>
143
+ <member name="P:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.Count">
144
+ <summary>
145
+ Gets the number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.
146
+ </summary>
147
+ <value></value>
148
+ <returns>The number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.</returns>
149
+ </member>
150
+ <member name="P:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.IsSynchronized">
151
+ <summary>
152
+ Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).
153
+ </summary>
154
+ <value></value>
155
+ <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.</returns>
156
+ </member>
157
+ <member name="P:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter.SyncRoot">
158
+ <summary>
159
+ Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.
160
+ </summary>
161
+ <value></value>
162
+ <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</returns>
163
+ </member>
164
+ <member name="T:Castle.Components.DictionaryAdapter.AbstractDictionaryAdapterVisitor">
165
+ <summary>
166
+ Abstract implementation of <see cref="T:Castle.Components.DictionaryAdapter.IDictionaryAdapterVisitor"/>.
167
+ </summary>
168
+ </member>
169
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryAdapterVisitor">
170
+ <summary>
171
+ Conract for traversing a <see cref="T:Castle.Components.DictionaryAdapter.IDictionaryAdapter"/>.
172
+ </summary>
173
+ </member>
174
+ <member name="T:Castle.Components.DictionaryAdapter.ComponentAttribute">
175
+ <summary>
176
+ Identifies a property should be represented as a nested component.
177
+ </summary>
178
+ </member>
179
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryKeyBuilder">
180
+ <summary>
181
+ Defines the contract for building typed dictionary keys.
182
+ </summary>
183
+ </member>
184
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryKeyBuilder.GetKey(Castle.Components.DictionaryAdapter.IDictionaryAdapter,System.String,Castle.Components.DictionaryAdapter.PropertyDescriptor)">
185
+ <summary>
186
+ Builds the specified key.
187
+ </summary>
188
+ <param name="dictionaryAdapter">The dictionary adapter.</param>
189
+ <param name="key">The current key.</param>
190
+ <param name="property">The property.</param>
191
+ <returns>The updated key</returns>
192
+ </member>
193
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryPropertyGetter">
194
+ <summary>
195
+ Defines the contract for retrieving dictionary values.
196
+ </summary>
197
+ </member>
198
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryPropertyGetter.GetPropertyValue(Castle.Components.DictionaryAdapter.IDictionaryAdapter,System.String,System.Object,Castle.Components.DictionaryAdapter.PropertyDescriptor,System.Boolean)">
199
+ <summary>
200
+ Gets the effective dictionary value.
201
+ </summary>
202
+ <param name="dictionaryAdapter">The dictionary adapter.</param>
203
+ <param name="key">The key.</param>
204
+ <param name="storedValue">The stored value.</param>
205
+ <param name="property">The property.</param>
206
+ <param name="ifExists">true if return only existing.</param>
207
+ <returns>The effective property value.</returns>
208
+ </member>
209
+ <member name="P:Castle.Components.DictionaryAdapter.ComponentAttribute.NoPrefix">
210
+ <summary>
211
+ Applies no prefix.
212
+ </summary>
213
+ </member>
214
+ <member name="P:Castle.Components.DictionaryAdapter.ComponentAttribute.Prefix">
215
+ <summary>
216
+ Gets or sets the prefix.
217
+ </summary>
218
+ <value>The prefix.</value>
219
+ </member>
220
+ <member name="T:Castle.Components.DictionaryAdapter.DictionaryAdapterAttribute">
221
+ <summary>
222
+ Identifies the dictionary adapter types.
223
+ </summary>
224
+ </member>
225
+ <member name="T:Castle.Components.DictionaryAdapter.FetchAttribute">
226
+ <summary>
227
+ Identifies an interface or property to be pre-feteched.
228
+ </summary>
229
+ </member>
230
+ <member name="M:Castle.Components.DictionaryAdapter.FetchAttribute.#ctor">
231
+ <summary>
232
+ Instructs fetching to occur.
233
+ </summary>
234
+ </member>
235
+ <member name="M:Castle.Components.DictionaryAdapter.FetchAttribute.#ctor(System.Boolean)">
236
+ <summary>
237
+ Instructs fetching according to <paramref name="fetch"/>
238
+ </summary>
239
+ <param name="fetch"></param>
240
+ </member>
241
+ <member name="P:Castle.Components.DictionaryAdapter.FetchAttribute.Fetch">
242
+ <summary>
243
+ Gets whether or not fetching should occur.
244
+ </summary>
245
+ </member>
246
+ <member name="T:Castle.Components.DictionaryAdapter.GroupAttribute">
247
+ <summary>
248
+ Assigns a property to a group.
249
+ </summary>
250
+ </member>
251
+ <member name="M:Castle.Components.DictionaryAdapter.GroupAttribute.#ctor(System.Object)">
252
+ <summary>
253
+ Constructs a group assignment.
254
+ </summary>
255
+ <param name="group">The group name.</param>
256
+ </member>
257
+ <member name="M:Castle.Components.DictionaryAdapter.GroupAttribute.#ctor(System.Object[])">
258
+ <summary>
259
+ Constructs a group assignment.
260
+ </summary>
261
+ <param name="group">The group name.</param>
262
+ </member>
263
+ <member name="P:Castle.Components.DictionaryAdapter.GroupAttribute.Group">
264
+ <summary>
265
+ Gets the group the property is assigned to.
266
+ </summary>
267
+ </member>
268
+ <member name="T:Castle.Components.DictionaryAdapter.KeyAttribute">
269
+ <summary>
270
+ Assigns a specific dictionary key.
271
+ </summary>
272
+ </member>
273
+ <member name="M:Castle.Components.DictionaryAdapter.KeyAttribute.#ctor(System.String)">
274
+ <summary>
275
+ Initializes a new instance of the <see cref="T:Castle.Components.DictionaryAdapter.KeyAttribute"/> class.
276
+ </summary>
277
+ <param name="key">The key.</param>
278
+ </member>
279
+ <member name="M:Castle.Components.DictionaryAdapter.KeyAttribute.#ctor(System.String[])">
280
+ <summary>
281
+ Initializes a new instance of the <see cref="T:Castle.Components.DictionaryAdapter.KeyAttribute"/> class.
282
+ </summary>
283
+ <param name="keys">The compound key.</param>
284
+ </member>
285
+ <member name="T:Castle.Components.DictionaryAdapter.KeyPrefixAttribute">
286
+ <summary>
287
+ Assigns a prefix to the keyed properties of an interface.
288
+ </summary>
289
+ </member>
290
+ <member name="M:Castle.Components.DictionaryAdapter.KeyPrefixAttribute.#ctor">
291
+ <summary>
292
+ Initializes a default instance of the <see cref="T:Castle.Components.DictionaryAdapter.KeyPrefixAttribute"/> class.
293
+ </summary>
294
+ </member>
295
+ <member name="M:Castle.Components.DictionaryAdapter.KeyPrefixAttribute.#ctor(System.String)">
296
+ <summary>
297
+ Initializes a new instance of the <see cref="T:Castle.Components.DictionaryAdapter.KeyPrefixAttribute"/> class.
298
+ </summary>
299
+ <param name="keyPrefix">The prefix for the keyed properties of the interface.</param>
300
+ </member>
301
+ <member name="P:Castle.Components.DictionaryAdapter.KeyPrefixAttribute.KeyPrefix">
302
+ <summary>
303
+ Gets the prefix key added to the properties of the interface.
304
+ </summary>
305
+ </member>
306
+ <member name="T:Castle.Components.DictionaryAdapter.KeySubstitutionAttribute">
307
+ <summary>
308
+ Substitutes part of key with another string.
309
+ </summary>
310
+ </member>
311
+ <member name="M:Castle.Components.DictionaryAdapter.KeySubstitutionAttribute.#ctor(System.String,System.String)">
312
+ <summary>
313
+ Initializes a new instance of the <see cref="T:Castle.Components.DictionaryAdapter.KeySubstitutionAttribute"/> class.
314
+ </summary>
315
+ <param name="oldValue">The old value.</param>
316
+ <param name="newValue">The new value.</param>
317
+ </member>
318
+ <member name="T:Castle.Components.DictionaryAdapter.MultiLevelEditAttribute">
319
+ <summary>
320
+ Requests support for multi-level editing.
321
+ </summary>
322
+ </member>
323
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryInitializer">
324
+ <summary>
325
+ Contract for dictionary initialization.
326
+ </summary>
327
+ </member>
328
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryInitializer.Initialize(Castle.Components.DictionaryAdapter.IDictionaryAdapter,System.Object[])">
329
+ <summary>
330
+ Performs any initialization of the <see cref="T:Castle.Components.DictionaryAdapter.IDictionaryAdapter"/>
331
+ </summary>
332
+ <param name="dictionaryAdapter">The dictionary adapter.</param>
333
+ <param name="behaviors">The dictionary behaviors.</param>
334
+ </member>
335
+ <member name="T:Castle.Components.DictionaryAdapter.NewGuidAttribute">
336
+ <summary>
337
+ Generates a new GUID on demand.
338
+ </summary>
339
+ </member>
340
+ <member name="T:Castle.Components.DictionaryAdapter.OnDemandAttribute">
341
+ <summary>
342
+ Support for on-demand value resolution.
343
+ </summary>
344
+ </member>
345
+ <member name="T:Castle.Components.DictionaryAdapter.PropagateNotificationsAttribute">
346
+ <summary>
347
+ Suppress property change notifications.
348
+ </summary>
349
+ </member>
350
+ <member name="T:Castle.Components.DictionaryAdapter.StringFormatAttribute">
351
+ <summary>
352
+ Provides simple string formatting from existing properties.
353
+ </summary>
354
+ </member>
355
+ <member name="P:Castle.Components.DictionaryAdapter.StringFormatAttribute.Format">
356
+ <summary>
357
+ Gets the string format.
358
+ </summary>
359
+ </member>
360
+ <member name="P:Castle.Components.DictionaryAdapter.StringFormatAttribute.Properties">
361
+ <summary>
362
+ Gets the format properties.
363
+ </summary>
364
+ </member>
365
+ <member name="T:Castle.Components.DictionaryAdapter.StringListAttribute">
366
+ <summary>
367
+ Identifies a property should be represented as a delimited string value.
368
+ </summary>
369
+ </member>
370
+ <member name="P:Castle.Components.DictionaryAdapter.StringListAttribute.Separator">
371
+ <summary>
372
+ Gets the separator.
373
+ </summary>
374
+ </member>
375
+ <member name="T:Castle.Components.DictionaryAdapter.StringValuesAttribute">
376
+ <summary>
377
+ Converts all properties to strings.
378
+ </summary>
379
+ </member>
380
+ <member name="P:Castle.Components.DictionaryAdapter.StringValuesAttribute.Format">
381
+ <summary>
382
+ Gets or sets the format.
383
+ </summary>
384
+ <value>The format.</value>
385
+ </member>
386
+ <member name="T:Castle.Components.DictionaryAdapter.SuppressNotificationsAttribute">
387
+ <summary>
388
+ Suppress property change notifications.
389
+ </summary>
390
+ </member>
391
+ <member name="T:Castle.Components.DictionaryAdapter.IPropertyDescriptorInitializer">
392
+ <summary>
393
+ Contract for property descriptor initialization.
394
+ </summary>
395
+ </member>
396
+ <member name="M:Castle.Components.DictionaryAdapter.IPropertyDescriptorInitializer.Initialize(Castle.Components.DictionaryAdapter.PropertyDescriptor,System.Object[])">
397
+ <summary>
398
+ Performs any initialization of the <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
399
+ </summary>
400
+ <param name="propertyDescriptor">The property descriptor.</param>
401
+ <param name="behaviors">The property behaviors.</param>
402
+ </member>
403
+ <member name="T:Castle.Components.DictionaryAdapter.TypeKeyPrefixAttribute">
404
+ <summary>
405
+ Assigns a prefix to the keyed properties using the interface name.
406
+ </summary>
407
+ </member>
408
+ <member name="T:Castle.Components.DictionaryAdapter.DefaultPropertyGetter">
409
+ <summary>
410
+ Manages conversion between property values.
411
+ </summary>
412
+ </member>
413
+ <member name="M:Castle.Components.DictionaryAdapter.DefaultPropertyGetter.#ctor(System.ComponentModel.TypeConverter)">
414
+ <summary>
415
+ Initializes a new instance of the <see cref="T:Castle.Components.DictionaryAdapter.DefaultPropertyGetter"/> class.
416
+ </summary>
417
+ <param name="converter">The converter.</param>
418
+ </member>
419
+ <member name="M:Castle.Components.DictionaryAdapter.DefaultPropertyGetter.GetPropertyValue(Castle.Components.DictionaryAdapter.IDictionaryAdapter,System.String,System.Object,Castle.Components.DictionaryAdapter.PropertyDescriptor,System.Boolean)">
420
+ <summary>
421
+ Gets the effective dictionary value.
422
+ </summary>
423
+ <param name="dictionaryAdapter">The dictionary adapter.</param>
424
+ <param name="key">The key.</param>
425
+ <param name="storedValue">The stored value.</param>
426
+ <param name="property">The property.</param>
427
+ <param name="ifExists">true if return only existing.</param>
428
+ <returns>The effective property value.</returns>
429
+ </member>
430
+ <member name="P:Castle.Components.DictionaryAdapter.DefaultPropertyGetter.ExecutionOrder">
431
+ <summary>
432
+
433
+ </summary>
434
+ </member>
435
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryCreate">
436
+ <summary>
437
+ Contract for creating additional Dictionary adapters.
438
+ </summary>
439
+ </member>
440
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryAdapter">
441
+ <summary>
442
+ Contract for manipulating the Dictionary adapter.
443
+ </summary>
444
+ </member>
445
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryEdit">
446
+ <summary>
447
+ Contract for editing the Dictionary adapter.
448
+ </summary>
449
+ </member>
450
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryNotify">
451
+ <summary>
452
+ Contract for managing Dictionary adapter notifications.
453
+ </summary>
454
+ </member>
455
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryValidate">
456
+ <summary>
457
+ Contract for validating Dictionary adapter.
458
+ </summary>
459
+ </member>
460
+ <member name="T:Castle.Components.DictionaryAdapter.DictionaryAdapterFactory">
461
+ <summary>
462
+ Uses Reflection.Emit to expose the properties of a dictionary
463
+ through a dynamic implementation of a typed interface.
464
+ </summary>
465
+ </member>
466
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryAdapterFactory">
467
+ <summary>
468
+ Defines the contract for building typed dictionary adapters.
469
+ </summary>
470
+ </member>
471
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryAdapterFactory.GetAdapter``1(System.Collections.IDictionary)">
472
+ <summary>
473
+ Gets a typed adapter bound to the <see cref="T:System.Collections.IDictionary"/>.
474
+ </summary>
475
+ <typeparam name="T">The typed interface.</typeparam>
476
+ <param name="dictionary">The underlying source of properties.</param>
477
+ <returns>An implementation of the typed interface bound to the dictionary.</returns>
478
+ <remarks>
479
+ The type represented by T must be an interface with properties.
480
+ </remarks>
481
+ </member>
482
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryAdapterFactory.GetAdapter(System.Type,System.Collections.IDictionary)">
483
+ <summary>
484
+ Gets a typed adapter bound to the <see cref="T:System.Collections.IDictionary"/>.
485
+ </summary>
486
+ <param name="type">The typed interface.</param>
487
+ <param name="dictionary">The underlying source of properties.</param>
488
+ <returns>An implementation of the typed interface bound to the dictionary.</returns>
489
+ <remarks>
490
+ The type represented by T must be an interface with properties.
491
+ </remarks>
492
+ </member>
493
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryAdapterFactory.GetAdapter(System.Type,System.Collections.IDictionary,Castle.Components.DictionaryAdapter.PropertyDescriptor)">
494
+ <summary>
495
+ Gets a typed adapter bound to the <see cref="T:System.Collections.IDictionary"/>.
496
+ </summary>
497
+ <param name="type">The typed interface.</param>
498
+ <param name="dictionary">The underlying source of properties.</param>
499
+ <param name="descriptor">The property descriptor.</param>
500
+ <returns>An implementation of the typed interface bound to the dictionary.</returns>
501
+ <remarks>
502
+ The type represented by T must be an interface with properties.
503
+ </remarks>
504
+ </member>
505
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryAdapterFactory.GetAdapterMeta(System.Type)">
506
+ <summary>
507
+ Gets the <see cref="T:Castle.Components.DictionaryAdapter.DictionaryAdapterMeta"/> associated with the type.
508
+ </summary>
509
+ <param name="type">The typed interface.</param>
510
+ <returns>The adapter meta-data.</returns>
511
+ </member>
512
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryAdapterFactory.GetAdapterMeta(System.Type,Castle.Components.DictionaryAdapter.PropertyDescriptor)">
513
+ <summary>
514
+ Gets the <see cref="T:Castle.Components.DictionaryAdapter.DictionaryAdapterMeta"/> associated with the type.
515
+ </summary>
516
+ <param name="type">The typed interface.</param>
517
+ <param name="descriptor">The property descriptor.</param>
518
+ <returns>The adapter meta-data.</returns>
519
+ </member>
520
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryAdapterFactory.GetAdapter``1(System.Collections.IDictionary)">
521
+ <inheritdoc />
522
+ </member>
523
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryAdapterFactory.GetAdapter(System.Type,System.Collections.IDictionary)">
524
+ <inheritdoc />
525
+ </member>
526
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryAdapterFactory.GetAdapter(System.Type,System.Collections.IDictionary,Castle.Components.DictionaryAdapter.PropertyDescriptor)">
527
+ <inheritdoc />
528
+ </member>
529
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryAdapterFactory.GetAdapter``2(System.Collections.Generic.IDictionary{System.String,``1})">
530
+ <inheritdoc />
531
+ </member>
532
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryAdapterFactory.GetAdapter``1(System.Type,System.Collections.Generic.IDictionary{System.String,``0})">
533
+ <inheritdoc />
534
+ </member>
535
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryAdapterFactory.GetAdapterMeta(System.Type)">
536
+ <inheritdoc />
537
+ </member>
538
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryAdapterFactory.GetAdapterMeta(System.Type,Castle.Components.DictionaryAdapter.PropertyDescriptor)">
539
+ <inheritdoc />
540
+ </member>
541
+ <member name="T:Castle.Components.DictionaryAdapter.PropertyDescriptor">
542
+ <summary>
543
+ Describes a dictionary property.
544
+ </summary>
545
+ </member>
546
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.#ctor">
547
+ <summary>
548
+ Initializes an empty <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/> class.
549
+ </summary>
550
+ </member>
551
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.#ctor(System.Reflection.PropertyInfo,System.Object[])">
552
+ <summary>
553
+ Initializes a new instance of the <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/> class.
554
+ </summary>
555
+ <param name="property">The property.</param>
556
+ <param name="behaviors">The property behaviors.</param>
557
+ </member>
558
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.GetKey(Castle.Components.DictionaryAdapter.IDictionaryAdapter,System.String,Castle.Components.DictionaryAdapter.PropertyDescriptor)">
559
+ <summary>
560
+ Gets the key.
561
+ </summary>
562
+ <param name="dictionaryAdapter">The dictionary adapter.</param>
563
+ <param name="key">The key.</param>
564
+ <param name="descriptor">The descriptor.</param>
565
+ <returns></returns>
566
+ </member>
567
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.AddKeyBuilder(Castle.Components.DictionaryAdapter.IDictionaryKeyBuilder[])">
568
+ <summary>
569
+ Adds the key builder.
570
+ </summary>
571
+ <param name="builders">The builder.</param>
572
+ </member>
573
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.AddKeyBuilders(System.Collections.Generic.IEnumerable{Castle.Components.DictionaryAdapter.IDictionaryKeyBuilder})">
574
+ <summary>
575
+ Adds the key builders.
576
+ </summary>
577
+ <param name="builders">The builders.</param>
578
+ </member>
579
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.CopyKeyBuilders(Castle.Components.DictionaryAdapter.PropertyDescriptor)">
580
+ <summary>
581
+ Copies the key builders to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
582
+ </summary>
583
+ <param name="other"></param>
584
+ <returns></returns>
585
+ </member>
586
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.CopyKeyBuilders(Castle.Components.DictionaryAdapter.PropertyDescriptor,System.Func{Castle.Components.DictionaryAdapter.IDictionaryKeyBuilder,System.Boolean})">
587
+ <summary>
588
+ Copies the selected key builders to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
589
+ </summary>
590
+ <param name="other"></param>
591
+ <param name="selector"></param>
592
+ <returns></returns>
593
+ </member>
594
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.GetPropertyValue(Castle.Components.DictionaryAdapter.IDictionaryAdapter,System.String,System.Object,Castle.Components.DictionaryAdapter.PropertyDescriptor,System.Boolean)">
595
+ <summary>
596
+ Gets the property value.
597
+ </summary>
598
+ <param name="dictionaryAdapter">The dictionary adapter.</param>
599
+ <param name="key">The key.</param>
600
+ <param name="storedValue">The stored value.</param>
601
+ <param name="descriptor">The descriptor.</param>
602
+ <param name="ifExists">true if return only existing.</param>
603
+ <returns></returns>
604
+ </member>
605
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.AddGetter(Castle.Components.DictionaryAdapter.IDictionaryPropertyGetter[])">
606
+ <summary>
607
+ Adds the dictionary getter.
608
+ </summary>
609
+ <param name="getters">The getter.</param>
610
+ </member>
611
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.AddGetters(System.Collections.Generic.IEnumerable{Castle.Components.DictionaryAdapter.IDictionaryPropertyGetter})">
612
+ <summary>
613
+ Adds the dictionary getters.
614
+ </summary>
615
+ <param name="gets">The getters.</param>
616
+ </member>
617
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.CopyGetters(Castle.Components.DictionaryAdapter.PropertyDescriptor)">
618
+ <summary>
619
+ Copies the property getters to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
620
+ </summary>
621
+ <param name="other"></param>
622
+ <returns></returns>
623
+ </member>
624
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.CopyGetters(Castle.Components.DictionaryAdapter.PropertyDescriptor,System.Func{Castle.Components.DictionaryAdapter.IDictionaryPropertyGetter,System.Boolean})">
625
+ <summary>
626
+ Copies the selected property getters to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
627
+ </summary>
628
+ <param name="other"></param>
629
+ <param name="selector"></param>
630
+ <returns></returns>
631
+ </member>
632
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.SetPropertyValue(Castle.Components.DictionaryAdapter.IDictionaryAdapter,System.String,System.Object@,Castle.Components.DictionaryAdapter.PropertyDescriptor)">
633
+ <summary>
634
+ Sets the property value.
635
+ </summary>
636
+ <param name="dictionaryAdapter">The dictionary adapter.</param>
637
+ <param name="key">The key.</param>
638
+ <param name="value">The value.</param>
639
+ <param name="descriptor">The descriptor.</param>
640
+ <returns></returns>
641
+ </member>
642
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.AddSetter(Castle.Components.DictionaryAdapter.IDictionaryPropertySetter[])">
643
+ <summary>
644
+ Adds the dictionary setter.
645
+ </summary>
646
+ <param name="setters">The setter.</param>
647
+ </member>
648
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.AddSetters(System.Collections.Generic.IEnumerable{Castle.Components.DictionaryAdapter.IDictionaryPropertySetter})">
649
+ <summary>
650
+ Adds the dictionary setters.
651
+ </summary>
652
+ <param name="sets">The setters.</param>
653
+ </member>
654
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.CopySetters(Castle.Components.DictionaryAdapter.PropertyDescriptor)">
655
+ <summary>
656
+ Copies the property setters to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
657
+ </summary>
658
+ <param name="other"></param>
659
+ <returns></returns>
660
+ </member>
661
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.CopySetters(Castle.Components.DictionaryAdapter.PropertyDescriptor,System.Func{Castle.Components.DictionaryAdapter.IDictionaryPropertySetter,System.Boolean})">
662
+ <summary>
663
+ Copies the selected property setters to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
664
+ </summary>
665
+ <param name="other"></param>
666
+ <param name="selector"></param>
667
+ <returns></returns>
668
+ </member>
669
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.AddBehavior(Castle.Components.DictionaryAdapter.IDictionaryBehavior[])">
670
+ <summary>
671
+ Adds the behaviors.
672
+ </summary>
673
+ <param name="behaviors"></param>
674
+ <returns></returns>
675
+ </member>
676
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.AddBehaviors(System.Collections.Generic.IEnumerable{Castle.Components.DictionaryAdapter.IDictionaryBehavior})">
677
+ <summary>
678
+ Adds the behaviors.
679
+ </summary>
680
+ <param name="behaviors"></param>
681
+ <returns></returns>
682
+ </member>
683
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.CopyBehaviors(Castle.Components.DictionaryAdapter.PropertyDescriptor)">
684
+ <summary>
685
+ Copies the behaviors to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
686
+ </summary>
687
+ <param name="other"></param>
688
+ <returns></returns>
689
+ </member>
690
+ <member name="M:Castle.Components.DictionaryAdapter.PropertyDescriptor.CopyBehaviors(Castle.Components.DictionaryAdapter.PropertyDescriptor,System.Func{Castle.Components.DictionaryAdapter.IDictionaryBehavior,System.Boolean})">
691
+ <summary>
692
+ Copies the behaviors to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
693
+ </summary>
694
+ <param name="other"></param>
695
+ <param name="selector"></param>
696
+ <returns></returns>
697
+ </member>
698
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.ExecutionOrder">
699
+ <summary>
700
+
701
+ </summary>
702
+ </member>
703
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.PropertyName">
704
+ <summary>
705
+ Gets the property name.
706
+ </summary>
707
+ </member>
708
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.PropertyType">
709
+ <summary>
710
+ Gets the property type.
711
+ </summary>
712
+ </member>
713
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.Property">
714
+ <summary>
715
+ Gets the property.
716
+ </summary>
717
+ <value>The property.</value>
718
+ </member>
719
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.IsDynamicProperty">
720
+ <summary>
721
+ Returns true if the property is dynamic.
722
+ </summary>
723
+ </member>
724
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.State">
725
+ <summary>
726
+ Gets additional state.
727
+ </summary>
728
+ </member>
729
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.Fetch">
730
+ <summary>
731
+ Determines if property should be fetched.
732
+ </summary>
733
+ </member>
734
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.SuppressNotifications">
735
+ <summary>
736
+ Determines if notifications should occur.
737
+ </summary>
738
+ </member>
739
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.Behaviors">
740
+ <summary>
741
+ Gets the property behaviors.
742
+ </summary>
743
+ </member>
744
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.TypeConverter">
745
+ <summary>
746
+ Gets the type converter.
747
+ </summary>
748
+ <value>The type converter.</value>
749
+ </member>
750
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.KeyBuilders">
751
+ <summary>
752
+ Gets the key builders.
753
+ </summary>
754
+ <value>The key builders.</value>
755
+ </member>
756
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.Setters">
757
+ <summary>
758
+ Gets the setter.
759
+ </summary>
760
+ <value>The setter.</value>
761
+ </member>
762
+ <member name="P:Castle.Components.DictionaryAdapter.PropertyDescriptor.Getters">
763
+ <summary>
764
+ Gets the getter.
765
+ </summary>
766
+ <value>The getter.</value>
767
+ </member>
768
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryDescriptor.AddInitializer(Castle.Components.DictionaryAdapter.IDictionaryInitializer[])">
769
+ <summary>
770
+ Adds the dictionary initializers.
771
+ </summary>
772
+ <param name="inits">The initializers.</param>
773
+ </member>
774
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryDescriptor.AddInitializers(System.Collections.Generic.IEnumerable{Castle.Components.DictionaryAdapter.IDictionaryInitializer})">
775
+ <summary>
776
+ Adds the dictionary initializers.
777
+ </summary>
778
+ <param name="inits">The initializers.</param>
779
+ </member>
780
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryDescriptor.CopyInitializers(Castle.Components.DictionaryAdapter.DictionaryDescriptor)">
781
+ <summary>
782
+ Copies the initializers to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
783
+ </summary>
784
+ <param name="other"></param>
785
+ <returns></returns>
786
+ </member>
787
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryDescriptor.CopyInitializers(Castle.Components.DictionaryAdapter.DictionaryDescriptor,System.Func{Castle.Components.DictionaryAdapter.IDictionaryInitializer,System.Boolean})">
788
+ <summary>
789
+ Copies the filtered initializers to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
790
+ </summary>
791
+ <param name="other"></param>
792
+ <param name="selector"></param>
793
+ <returns></returns>
794
+ </member>
795
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryDescriptor.AddMetaInitializer(Castle.Components.DictionaryAdapter.IDictionaryMetaInitializer[])">
796
+ <summary>
797
+ Adds the dictionary meta-data initializers.
798
+ </summary>
799
+ <param name="inits">The meta-data initializers.</param>
800
+ </member>
801
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryDescriptor.AddMetaInitializers(System.Collections.Generic.IEnumerable{Castle.Components.DictionaryAdapter.IDictionaryMetaInitializer})">
802
+ <summary>
803
+ Adds the dictionary meta-data initializers.
804
+ </summary>
805
+ <param name="inits">The meta-data initializers.</param>
806
+ </member>
807
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryDescriptor.CopyMetaInitializers(Castle.Components.DictionaryAdapter.DictionaryDescriptor)">
808
+ <summary>
809
+ Copies the meta-initializers to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
810
+ </summary>
811
+ <param name="other"></param>
812
+ <returns></returns>
813
+ </member>
814
+ <member name="M:Castle.Components.DictionaryAdapter.DictionaryDescriptor.CopyMetaInitializers(Castle.Components.DictionaryAdapter.DictionaryDescriptor,System.Func{Castle.Components.DictionaryAdapter.IDictionaryMetaInitializer,System.Boolean})">
815
+ <summary>
816
+ Copies the filtered meta-initializers to the other <see cref="T:Castle.Components.DictionaryAdapter.PropertyDescriptor"/>
817
+ </summary>
818
+ <param name="other"></param>
819
+ <param name="selector"></param>
820
+ <returns></returns>
821
+ </member>
822
+ <member name="P:Castle.Components.DictionaryAdapter.DictionaryDescriptor.Initializers">
823
+ <summary>
824
+ Gets the initializers.
825
+ </summary>
826
+ <value>The initializers.</value>
827
+ </member>
828
+ <member name="P:Castle.Components.DictionaryAdapter.DictionaryDescriptor.MetaInitializers">
829
+ <summary>
830
+ Gets the meta-data initializers.
831
+ </summary>
832
+ <value>The meta-data initializers.</value>
833
+ </member>
834
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryMetaInitializer">
835
+ <summary>
836
+ Contract for dictionary meta-data initialization.
837
+ </summary>
838
+ </member>
839
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryMetaInitializer.Initialize(Castle.Components.DictionaryAdapter.IDictionaryAdapterFactory,Castle.Components.DictionaryAdapter.DictionaryAdapterMeta)">
840
+ <summary>
841
+ Performs any initialization of the dictionary adapter meta-data.
842
+ </summary>
843
+ <param name="factory">The dictionary adapter factory.</param>
844
+ <param name="dictionaryMeta">The dictionary adapter meta.</param>
845
+
846
+ </member>
847
+ <member name="T:Castle.Components.DictionaryAdapter.IDictionaryValidator">
848
+ <summary>
849
+ Contract for dictionary validation.
850
+ </summary>
851
+ </member>
852
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryValidator.IsValid(Castle.Components.DictionaryAdapter.IDictionaryAdapter)">
853
+ <summary>
854
+ Determines if <see cref="T:Castle.Components.DictionaryAdapter.IDictionaryAdapter"/> is valid.
855
+ </summary>
856
+ <param name="dictionaryAdapter">The dictionary adapter.</param>
857
+ <returns>true if valid.</returns>
858
+ </member>
859
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryValidator.Validate(Castle.Components.DictionaryAdapter.IDictionaryAdapter)">
860
+ <summary>
861
+ Validates the <see cref="T:Castle.Components.DictionaryAdapter.IDictionaryAdapter"/>.
862
+ </summary>
863
+ <param name="dictionaryAdapter">The dictionary adapter.</param>
864
+ <returns>The error summary information.</returns>
865
+ </member>
866
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryValidator.Validate(Castle.Components.DictionaryAdapter.IDictionaryAdapter,Castle.Components.DictionaryAdapter.PropertyDescriptor)">
867
+ <summary>
868
+ Validates the <see cref="T:Castle.Components.DictionaryAdapter.IDictionaryAdapter"/> for a property.
869
+ </summary>
870
+ <param name="dictionaryAdapter">The dictionary adapter.</param>
871
+ <param name="property">The property to validate.</param>
872
+ <returns>The property summary information.</returns>
873
+ </member>
874
+ <member name="M:Castle.Components.DictionaryAdapter.IDictionaryValidator.Invalidate(Castle.Components.DictionaryAdapter.IDictionaryAdapter)">
875
+ <summary>
876
+ Invalidates any results cached by the validator.
877
+ </summary>
878
+ <param name="dictionaryAdapter">The dictionary adapter.</param>
879
+ </member>
880
+ <member name="T:Castle.Components.DictionaryAdapter.AttributesUtil">
881
+ <summary>
882
+ Helper class for retrieving attributes.
883
+ </summary>
884
+ </member>
885
+ <member name="M:Castle.Components.DictionaryAdapter.AttributesUtil.GetTypeAttribute``1(System.Type)">
886
+ <summary>
887
+ Gets the type attribute.
888
+ </summary>
889
+ <param name="type">The type.</param>
890
+ <returns>The type attribute.</returns>
891
+ </member>
892
+ <member name="M:Castle.Components.DictionaryAdapter.AttributesUtil.GetAttribute``1(System.Reflection.MemberInfo)">
893
+ <summary>
894
+ Gets the attribute.
895
+ </summary>
896
+ <param name="member">The member.</param>
897
+ <returns>The member attribute.</returns>
898
+ </member>
899
+ <member name="M:Castle.Components.DictionaryAdapter.AttributesUtil.GetTypeAttributes``1(System.Type)">
900
+ <summary>
901
+ Gets the type attributes.
902
+ </summary>
903
+ <param name="type">The type.</param>
904
+ <returns>The type attributes.</returns>
905
+ </member>
906
+ <member name="M:Castle.Components.DictionaryAdapter.AttributesUtil.GetAttributes``1(System.Reflection.MemberInfo)">
907
+ <summary>
908
+ Gets the attributes.
909
+ </summary>
910
+ <param name="member">The member.</param>
911
+ <returns>The member attributes.</returns>
912
+ </member>
913
+ <member name="M:Castle.Components.DictionaryAdapter.AttributesUtil.GetTypeConverter(System.Reflection.MemberInfo)">
914
+ <summary>
915
+ Gets the type converter.
916
+ </summary>
917
+ <param name="member">The member.</param>
918
+ <returns></returns>
919
+ </member>
920
+ <member name="T:Castle.Components.DictionaryAdapter.IDynamicValue`1">
921
+ <summary>
922
+ Contract for typed dynamic value resolution.
923
+ </summary>
924
+ <typeparam name="T"></typeparam>
925
+ </member>
926
+ <member name="T:Castle.Components.DictionaryAdapter.IDynamicValue">
927
+ <summary>
928
+ Contract for dynamic value resolution.
929
+ </summary>
930
+ </member>
931
+ <member name="T:Castle.DynamicProxy.IInvocation">
932
+ <summary>
933
+ Encapsulates an invocation of a proxied method.
934
+ </summary>
935
+ </member>
936
+ <member name="M:Castle.DynamicProxy.IInvocation.SetArgumentValue(System.Int32,System.Object)">
937
+ <summary>
938
+ Overrides the value of an argument at the given <paramref name="index"/> with the
939
+ new <paramref name="value"/> provided.
940
+ </summary>
941
+ <remarks>
942
+ This method accepts an <see cref="T:System.Object"/>, however the value provided must be compatible
943
+ with the type of the argument defined on the method, otherwise an exception will be thrown.
944
+ </remarks>
945
+ <param name="index">The index of the argument to override.</param>
946
+ <param name="value">The new value for the argument.</param>
947
+ </member>
948
+ <member name="M:Castle.DynamicProxy.IInvocation.GetArgumentValue(System.Int32)">
949
+ <summary>
950
+ Gets the value of the argument at the specified <paramref name="index"/>.
951
+ </summary>
952
+ <param name="index">The index.</param>
953
+ <returns>The value of the argument at the specified <paramref name="index"/>.</returns>
954
+ </member>
955
+ <member name="M:Castle.DynamicProxy.IInvocation.GetConcreteMethod">
956
+ <summary>
957
+ Returns the concrete instantiation of the <see cref="P:Castle.DynamicProxy.IInvocation.Method"/>, with any generic
958
+ parameters bound to real types.
959
+ </summary>
960
+ <returns>
961
+ The concrete instantiation of the <see cref="P:Castle.DynamicProxy.IInvocation.Method"/>, or the <see cref="P:Castle.DynamicProxy.IInvocation.Method"/> if
962
+ not a generic method.
963
+ </returns>
964
+ <remarks>Can be slower than calling <see cref="P:Castle.DynamicProxy.IInvocation.Method"/>.</remarks>
965
+ </member>
966
+ <member name="M:Castle.DynamicProxy.IInvocation.GetConcreteMethodInvocationTarget">
967
+ <summary>
968
+ Returns the concrete instantiation of <see cref="P:Castle.DynamicProxy.IInvocation.MethodInvocationTarget"/>, with any
969
+ generic parameters bound to real types.
970
+ </summary>
971
+ <returns>The concrete instantiation of <see cref="P:Castle.DynamicProxy.IInvocation.MethodInvocationTarget"/>, or
972
+ <see cref="P:Castle.DynamicProxy.IInvocation.MethodInvocationTarget"/> if not a generic method.</returns>
973
+ <remarks>Can be slower than calling <see cref="P:Castle.DynamicProxy.IInvocation.MethodInvocationTarget"/>.</remarks>
974
+ </member>
975
+ <member name="M:Castle.DynamicProxy.IInvocation.Proceed">
976
+ <summary>
977
+ Proceeds the call to the next interceptor in line, and ultimately to the target method.
978
+ </summary>
979
+ <remarks>
980
+ Since interface proxies without a target don't have the target implementation to proceed to,
981
+ it is important, that the last interceptor does not call this method, otherwise a
982
+ <see cref="T:System.NotImplementedException"/> will be thrown.
983
+ </remarks>
984
+ </member>
985
+ <member name="P:Castle.DynamicProxy.IInvocation.Proxy">
986
+ <summary>
987
+ Gets the proxy object on which the intercepted method is invoked.
988
+ </summary>
989
+ <value>Proxy object on which the intercepted method is invoked.</value>
990
+ </member>
991
+ <member name="P:Castle.DynamicProxy.IInvocation.InvocationTarget">
992
+ <summary>
993
+ Gets the object on which the invocation is performed. This is different from proxy object
994
+ because most of the time this will be the proxy target object.
995
+ </summary>
996
+ <seealso cref="T:Castle.DynamicProxy.IChangeProxyTarget"/>
997
+ <value>The invocation target.</value>
998
+ </member>
999
+ <member name="P:Castle.DynamicProxy.IInvocation.TargetType">
1000
+ <summary>
1001
+ Gets the type of the target object for the intercepted method.
1002
+ </summary>
1003
+ <value>The type of the target object.</value>
1004
+ </member>
1005
+ <member name="P:Castle.DynamicProxy.IInvocation.Arguments">
1006
+ <summary>
1007
+ Gets the arguments that the <see cref="P:Castle.DynamicProxy.IInvocation.Method"/> has been invoked with.
1008
+ </summary>
1009
+ <value>The arguments the method was invoked with.</value>
1010
+ </member>
1011
+ <member name="P:Castle.DynamicProxy.IInvocation.GenericArguments">
1012
+ <summary>
1013
+ Gets the generic arguments of the method.
1014
+ </summary>
1015
+ <value>The generic arguments, or null if not a generic method.</value>
1016
+ </member>
1017
+ <member name="P:Castle.DynamicProxy.IInvocation.Method">
1018
+ <summary>
1019
+ Gets the <see cref="T:System.Reflection.MethodInfo"/> representing the method being invoked.
1020
+ </summary>
1021
+ <value>The <see cref="T:System.Reflection.MethodInfo"/> representing the method being invoked.</value>
1022
+ </member>
1023
+ <member name="P:Castle.DynamicProxy.IInvocation.MethodInvocationTarget">
1024
+ <summary>
1025
+ For interface proxies, this will point to the <see cref="T:System.Reflection.MethodInfo"/> on the target class.
1026
+ </summary>
1027
+ <value>The method invocation target.</value>
1028
+ </member>
1029
+ <member name="P:Castle.DynamicProxy.IInvocation.ReturnValue">
1030
+ <summary>
1031
+ Gets or sets the return value of the method.
1032
+ </summary>
1033
+ <value>The return value of the method.</value>
1034
+ </member>
1035
+ <member name="T:Castle.DynamicProxy.IProxyGenerationHook">
1036
+ <summary>
1037
+ Used during the target type inspection process. Implementors have a chance to customize the
1038
+ proxy generation process.
1039
+ </summary>
1040
+ </member>
1041
+ <member name="M:Castle.DynamicProxy.IProxyGenerationHook.ShouldInterceptMethod(System.Type,System.Reflection.MethodInfo)">
1042
+ <summary>
1043
+ Invoked by the generation process to determine if the specified method should be proxied.
1044
+ </summary>
1045
+ <param name="type">The type which declares the given method.</param>
1046
+ <param name="methodInfo">The method to inspect.</param>
1047
+ <returns>True if the given method should be proxied; false otherwise.</returns>
1048
+ </member>
1049
+ <member name="M:Castle.DynamicProxy.IProxyGenerationHook.NonProxyableMemberNotification(System.Type,System.Reflection.MemberInfo)">
1050
+ <summary>
1051
+ Invoked by the generation process to notify that a member was not marked as virtual.
1052
+ </summary>
1053
+ <param name="type">The type which declares the non-virtual member.</param>
1054
+ <param name="memberInfo">The non-virtual member.</param>
1055
+ <remarks>
1056
+ This method gives an opportunity to inspect any non-proxyable member of a type that has
1057
+ been requested to be proxied, and if appropriate - throw an exception to notify the caller.
1058
+ </remarks>
1059
+ </member>
1060
+ <member name="M:Castle.DynamicProxy.IProxyGenerationHook.MethodsInspected">
1061
+ <summary>
1062
+ Invoked by the generation process to notify that the whole process has completed.
1063
+ </summary>
1064
+ </member>
1065
+ <member name="T:Castle.DynamicProxy.Contributors.ITypeContributor">
1066
+ <summary>
1067
+ Interface describing elements composing generated type
1068
+ </summary>
1069
+ </member>
1070
+ <member name="M:Castle.DynamicProxy.Contributors.MembersCollector.IsAccessible(System.Reflection.MethodBase)">
1071
+ <summary>
1072
+ Checks if the method is public or protected.
1073
+ </summary>
1074
+ <param name="method"></param>
1075
+ <returns></returns>
1076
+ </member>
1077
+ <member name="M:Castle.DynamicProxy.Contributors.MembersCollector.AcceptMethod(System.Reflection.MethodInfo,System.Boolean,Castle.DynamicProxy.IProxyGenerationHook)">
1078
+ <summary>
1079
+ Performs some basic screening and invokes the <see cref="T:Castle.DynamicProxy.IProxyGenerationHook"/>
1080
+ to select methods.
1081
+ </summary>
1082
+ <param name="method"></param>
1083
+ <param name="onlyVirtuals"></param>
1084
+ <param name="hook"></param>
1085
+ <returns></returns>
1086
+ </member>
1087
+ <member name="T:Castle.DynamicProxy.IAttributeDisassembler">
1088
+ <summary>
1089
+ Provides functionality for disassembling instances of attributes to CustomAttributeBuilder form, during the process of emiting new types by Dynamic Proxy.
1090
+ </summary>
1091
+ </member>
1092
+ <member name="M:Castle.DynamicProxy.IAttributeDisassembler.Disassemble(System.Attribute)">
1093
+ <summary>
1094
+ Disassembles given attribute instance back to corresponding CustomAttributeBuilder.
1095
+ </summary>
1096
+ <param name="attribute">An instance of attribute to disassemble</param>
1097
+ <returns><see cref="T:System.Reflection.Emit.CustomAttributeBuilder"/> corresponding 1 to 1 to given attribute instance, or null reference.</returns>
1098
+ <remarks>
1099
+ Implementers should return <see cref="T:System.Reflection.Emit.CustomAttributeBuilder"/> that corresponds to given attribute instance 1 to 1,
1100
+ that is after calling specified constructor with specified arguments, and setting specified properties and fields with values specified
1101
+ we should be able to get an attribute instance identical to the one passed in <paramref name="attribute"/>. Implementer can return null
1102
+ if it wishes to opt out of replicating the attribute. Notice however, that for some cases, like attributes passed explicitly by the user
1103
+ it is illegal to return null, and doing so will result in exception.
1104
+ </remarks>
1105
+ </member>
1106
+ <member name="M:Castle.DynamicProxy.Generators.AttributeDisassembler.HandleError(System.Type,System.Exception)">
1107
+ <summary>
1108
+ Handles error during disassembly process
1109
+ </summary>
1110
+ <param name="attributeType">Type of the attribute being disassembled</param>
1111
+ <param name="exception">Exception thrown during the process</param>
1112
+ <returns>usually null, or (re)throws the exception</returns>
1113
+ </member>
1114
+ <member name="M:Castle.DynamicProxy.Generators.AttributeDisassembler.InitializeConstructorArgs(System.Type,System.Attribute,System.Object[],System.Reflection.ParameterInfo[])">
1115
+ <summary>
1116
+ Here we try to match a constructor argument to its value.
1117
+ Since we can't get the values from the assembly, we use some heuristics to get it.
1118
+ a/ we first try to match all the properties on the attributes by name (case insensitive) to the argument
1119
+ b/ if we fail we try to match them by property type, with some smarts about convertions (i,e: can use Guid for string).
1120
+ </summary>
1121
+ </member>
1122
+ <member name="M:Castle.DynamicProxy.Generators.AttributeDisassembler.ReplaceIfBetterMatch(System.Reflection.ParameterInfo,System.Reflection.PropertyInfo,System.Reflection.PropertyInfo)">
1123
+ <summary>
1124
+ We have the following rules here.
1125
+ Try to find a matching type, failing that, if the parameter is string, get the first property (under the assumption that
1126
+ we can convert it.
1127
+ </summary>
1128
+ </member>
1129
+ <member name="M:Castle.DynamicProxy.Generators.AttributeDisassembler.ConvertValue(System.Object,System.Type)">
1130
+ <summary>
1131
+ Attributes can only accept simple types, so we return null for null,
1132
+ if the value is passed as string we call to string (should help with converting),
1133
+ otherwise, we use the value as is (enums, integer, etc).
1134
+ </summary>
1135
+ </member>
1136
+ <member name="T:Castle.DynamicProxy.Generators.BaseProxyGenerator">
1137
+ <summary>
1138
+ Base class that exposes the common functionalities
1139
+ to proxy generation.
1140
+ </summary>
1141
+ </member>
1142
+ <member name="M:Castle.DynamicProxy.Generators.BaseProxyGenerator.GenerateParameterlessConstructor(Castle.DynamicProxy.Generators.Emitters.ClassEmitter,System.Type,Castle.DynamicProxy.Generators.Emitters.SimpleAST.FieldReference)">
1143
+ <summary>
1144
+ Generates a parameters constructor that initializes the proxy
1145
+ state with <see cref="T:Castle.DynamicProxy.StandardInterceptor"/> just to make it non-null.
1146
+ <para>
1147
+ This constructor is important to allow proxies to be XML serializable
1148
+ </para>
1149
+ </summary>
1150
+ </member>
1151
+ <member name="M:Castle.DynamicProxy.Generators.BaseProxyGenerator.AddMappingNoCheck(System.Type,Castle.DynamicProxy.Contributors.ITypeContributor,System.Collections.Generic.IDictionary{System.Type,Castle.DynamicProxy.Contributors.ITypeContributor})">
1152
+ <summary>
1153
+ It is safe to add mapping (no mapping for the interface exists)
1154
+ </summary>
1155
+ <param name="implementer"></param>
1156
+ <param name="interface"></param>
1157
+ <param name="mapping"></param>
1158
+ </member>
1159
+ <member name="M:Castle.DynamicProxy.Generators.InvocationTypeGenerator.GetBaseCtorArguments(System.Type,Castle.DynamicProxy.ProxyGenerationOptions,System.Reflection.ConstructorInfo@)">
1160
+ <summary>
1161
+ Generates the constructor for the class that extends
1162
+ <see cref="T:Castle.DynamicProxy.AbstractInvocation"/>
1163
+ </summary>
1164
+ <param name="targetFieldType"></param>
1165
+ <param name="proxyGenerationOptions"></param>
1166
+ <param name="baseConstructor"></param>
1167
+ </member>
1168
+ <member name="T:Castle.DynamicProxy.DefaultProxyBuilder">
1169
+ <summary>
1170
+ Default implementation of <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> interface producing in-memory proxy assemblies.
1171
+ </summary>
1172
+ </member>
1173
+ <member name="T:Castle.DynamicProxy.IProxyBuilder">
1174
+ <summary>
1175
+ Abstracts the implementation of proxy type construction.
1176
+ </summary>
1177
+ </member>
1178
+ <member name="M:Castle.DynamicProxy.IProxyBuilder.CreateClassProxy(System.Type,Castle.DynamicProxy.ProxyGenerationOptions)">
1179
+ <summary>
1180
+ Creates a proxy type for given <paramref name="classToProxy"/>, using <paramref name="options"/> provided.
1181
+ </summary>
1182
+ <param name="classToProxy">The class type to proxy.</param>
1183
+ <param name="options">The proxy generation options.</param>
1184
+ <returns>The generated proxy type.</returns>
1185
+ <exception cref="T:Castle.DynamicProxy.Generators.GeneratorException">Thrown when <paramref name="classToProxy"/> is a generic type definition.</exception>
1186
+ <exception cref="T:Castle.DynamicProxy.Generators.GeneratorException">Thrown when <paramref name="classToProxy"/> is not public.
1187
+ Note that to avoid this exception, you can mark offending type internal, and define <see cref="T:System.Runtime.CompilerServices.InternalsVisibleToAttribute"/>
1188
+ pointing to Castle Dynamic Proxy assembly, in assembly containing that type, if this is appropriate.</exception>
1189
+ <seealso cref="T:Castle.DynamicProxy.Generators.ClassProxyGenerator"/>
1190
+ </member>
1191
+ <member name="M:Castle.DynamicProxy.IProxyBuilder.CreateClassProxy(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)">
1192
+ <summary>
1193
+ Creates a proxy type for given <paramref name="classToProxy"/>, implementing <paramref name="additionalInterfacesToProxy"/>, using <paramref name="options"/> provided.
1194
+ </summary>
1195
+ <param name="classToProxy">The class type to proxy.</param>
1196
+ <param name="additionalInterfacesToProxy">Additional interface types to proxy.</param>
1197
+ <param name="options">The proxy generation options.</param>
1198
+ <returns>The generated proxy type.</returns>
1199
+ <remarks>
1200
+ Implementers should return a proxy type for the specified class and interfaces.
1201
+ Additional interfaces should be only 'mark' interfaces, that is, they should work like interface proxy without target. (See <see cref="M:Castle.DynamicProxy.IProxyBuilder.CreateInterfaceProxyTypeWithoutTarget(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)"/> method.)
1202
+ </remarks>
1203
+ <exception cref="T:Castle.DynamicProxy.Generators.GeneratorException">Thrown when <paramref name="classToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
1204
+ <exception cref="T:Castle.DynamicProxy.Generators.GeneratorException">Thrown when <paramref name="classToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is not public.
1205
+ Note that to avoid this exception, you can mark offending type internal, and define <see cref="T:System.Runtime.CompilerServices.InternalsVisibleToAttribute"/>
1206
+ pointing to Castle Dynamic Proxy assembly, in assembly containing that type, if this is appropriate.</exception>
1207
+ <seealso cref="T:Castle.DynamicProxy.Generators.ClassProxyGenerator"/>
1208
+ </member>
1209
+ <member name="M:Castle.DynamicProxy.IProxyBuilder.CreateClassProxyType(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)">
1210
+ <summary>
1211
+ Creates a proxy type for given <paramref name="classToProxy"/>, implementing <paramref name="additionalInterfacesToProxy"/>, using <paramref name="options"/> provided.
1212
+ </summary>
1213
+ <param name="classToProxy">The class type to proxy.</param>
1214
+ <param name="additionalInterfacesToProxy">Additional interface types to proxy.</param>
1215
+ <param name="options">The proxy generation options.</param>
1216
+ <returns>The generated proxy type.</returns>
1217
+ <remarks>
1218
+ Implementers should return a proxy type for the specified class and interfaces.
1219
+ Additional interfaces should be only 'mark' interfaces, that is, they should work like interface proxy without target. (See <see cref="M:Castle.DynamicProxy.IProxyBuilder.CreateInterfaceProxyTypeWithoutTarget(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)"/> method.)
1220
+ </remarks>
1221
+ <exception cref="T:Castle.DynamicProxy.Generators.GeneratorException">Thrown when <paramref name="classToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
1222
+ <exception cref="T:Castle.DynamicProxy.Generators.GeneratorException">Thrown when <paramref name="classToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is not public.
1223
+ Note that to avoid this exception, you can mark offending type internal, and define <see cref="T:System.Runtime.CompilerServices.InternalsVisibleToAttribute"/>
1224
+ pointing to Castle Dynamic Proxy assembly, in assembly containing that type, if this is appropriate.</exception>
1225
+ <seealso cref="T:Castle.DynamicProxy.Generators.ClassProxyGenerator"/>
1226
+ </member>
1227
+ <member name="M:Castle.DynamicProxy.IProxyBuilder.CreateInterfaceProxyTypeWithTarget(System.Type,System.Type[],System.Type,Castle.DynamicProxy.ProxyGenerationOptions)">
1228
+ <summary>
1229
+ Creates a proxy type that proxies calls to <paramref name="interfaceToProxy"/> members on <paramref name="targetType"/>, implementing <paramref name="additionalInterfacesToProxy"/>, using <paramref name="options"/> provided.
1230
+ </summary>
1231
+ <param name="interfaceToProxy">The interface type to proxy.</param>
1232
+ <param name="additionalInterfacesToProxy">Additional interface types to proxy.</param>
1233
+ <param name="targetType">Type implementing <paramref name="interfaceToProxy"/> on which calls to the interface members should be intercepted.</param>
1234
+ <param name="options">The proxy generation options.</param>
1235
+ <returns>The generated proxy type.</returns>
1236
+ <remarks>
1237
+ Implementers should return a proxy type for the specified interface that 'proceeds' executions to the specified target.
1238
+ Additional interfaces should be only 'mark' interfaces, that is, they should work like interface proxy without target. (See <see cref="M:Castle.DynamicProxy.IProxyBuilder.CreateInterfaceProxyTypeWithoutTarget(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)"/> method.)
1239
+ </remarks>
1240
+ <exception cref="T:Castle.DynamicProxy.Generators.GeneratorException">Thrown when <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
1241
+ <exception cref="T:Castle.DynamicProxy.Generators.GeneratorException">Thrown when <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is not public.
1242
+ Note that to avoid this exception, you can mark offending type internal, and define <see cref="T:System.Runtime.CompilerServices.InternalsVisibleToAttribute"/>
1243
+ pointing to Castle Dynamic Proxy assembly, in assembly containing that type, if this is appropriate.</exception>
1244
+ <seealso cref="T:Castle.DynamicProxy.Generators.InterfaceProxyWithTargetGenerator"/>
1245
+ </member>
1246
+ <member name="M:Castle.DynamicProxy.IProxyBuilder.CreateInterfaceProxyTypeWithoutTarget(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)">
1247
+ <summary>
1248
+ Creates a proxy type for given <paramref name="interfaceToProxy"/> that delegates all calls to the provided interceptors.
1249
+ </summary>
1250
+ <param name="interfaceToProxy">The interface type to proxy.</param>
1251
+ <param name="additionalInterfacesToProxy">Additional interface types to proxy.</param>
1252
+ <param name="options">The proxy generation options.</param>
1253
+ <returns>The generated proxy type.</returns>
1254
+ <remarks>
1255
+ Implementers should return a proxy type for the specified interface and additional interfaces that delegate all executions to the specified interceptors.
1256
+ </remarks>
1257
+ <exception cref="T:Castle.DynamicProxy.Generators.GeneratorException">Thrown when <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
1258
+ <exception cref="T:Castle.DynamicProxy.Generators.GeneratorException">Thrown when <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is not public.
1259
+ Note that to avoid this exception, you can mark offending type internal, and define <see cref="T:System.Runtime.CompilerServices.InternalsVisibleToAttribute"/>
1260
+ pointing to Castle Dynamic Proxy assembly, in assembly containing that type, if this is appropriate.</exception>
1261
+ <seealso cref="T:Castle.DynamicProxy.Generators.InterfaceProxyWithoutTargetGenerator"/>
1262
+ </member>
1263
+ <member name="M:Castle.DynamicProxy.IProxyBuilder.CreateInterfaceProxyTypeWithTargetInterface(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)">
1264
+ <summary>
1265
+ Creates a proxy type for given <paramref name="interfaceToProxy"/> and <parmaref name="additionalInterfacesToProxy"/> that delegates all calls to the provided interceptors and allows interceptors to switch the actual target of invocation.
1266
+ </summary>
1267
+ <param name="interfaceToProxy">The interface type to proxy.</param>
1268
+ <param name="additionalInterfacesToProxy">Additional interface types to proxy.</param>
1269
+ <param name="options">The proxy generation options.</param>
1270
+ <returns>The generated proxy type.</returns>
1271
+ <remarks>
1272
+ Implementers should return a proxy type for the specified interface(s) that delegate all executions to the specified interceptors
1273
+ and uses an instance of the interface as their targets (i.e. <see cref="P:Castle.DynamicProxy.IInvocation.InvocationTarget"/>), rather than a class. All <see cref="T:Castle.DynamicProxy.IInvocation"/> classes should then implement <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface,
1274
+ to allow interceptors to switch invocation target with instance of another type implementing called interface.
1275
+ </remarks>
1276
+ <exception cref="T:Castle.DynamicProxy.Generators.GeneratorException">Thrown when <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
1277
+ <exception cref="T:Castle.DynamicProxy.Generators.GeneratorException">Thrown when <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is not public.
1278
+ Note that to avoid this exception, you can mark offending type internal, and define <see cref="T:System.Runtime.CompilerServices.InternalsVisibleToAttribute"/>
1279
+ pointing to Castle Dynamic Proxy assembly, in assembly containing that type, if this is appropriate.</exception>
1280
+ <seealso cref="T:Castle.DynamicProxy.Generators.InterfaceProxyWithTargetInterfaceGenerator"/>
1281
+ </member>
1282
+ <member name="P:Castle.DynamicProxy.IProxyBuilder.Logger">
1283
+ <summary>
1284
+ Gets or sets the <see cref="T:Castle.Core.Logging.ILogger"/> that this <see cref="T:Castle.DynamicProxy.ProxyGenerator"/> logs to.
1285
+ </summary>
1286
+ </member>
1287
+ <member name="P:Castle.DynamicProxy.IProxyBuilder.ModuleScope">
1288
+ <summary>
1289
+ Gets the <see cref="P:Castle.DynamicProxy.IProxyBuilder.ModuleScope"/> associated with this builder.
1290
+ </summary>
1291
+ <value>The module scope associated with this builder.</value>
1292
+ </member>
1293
+ <member name="M:Castle.DynamicProxy.DefaultProxyBuilder.#ctor">
1294
+ <summary>
1295
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.DefaultProxyBuilder"/> class with new <see cref="T:Castle.DynamicProxy.ModuleScope"/>.
1296
+ </summary>
1297
+ </member>
1298
+ <member name="M:Castle.DynamicProxy.DefaultProxyBuilder.#ctor(Castle.DynamicProxy.ModuleScope)">
1299
+ <summary>
1300
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.DefaultProxyBuilder"/> class.
1301
+ </summary>
1302
+ <param name="scope">The module scope for generated proxy types.</param>
1303
+ </member>
1304
+ <member name="M:Castle.DynamicProxy.AttributeUtil.AddDisassembler``1(Castle.DynamicProxy.IAttributeDisassembler)">
1305
+ <summary>
1306
+ Registers custom disassembler to handle disassembly of specified type of attributes.
1307
+ </summary>
1308
+ <typeparam name="TAttribute">Type of attributes to handle</typeparam>
1309
+ <param name="disassembler">Disassembler converting existing instances of Attributes to CustomAttributeBuilders</param>
1310
+ <remarks>
1311
+ When disassembling an attribute Dynamic Proxy will first check if an custom disassembler has been registered to handle attributes of that type,
1312
+ and if none is found, it'll use the <see cref="P:Castle.DynamicProxy.AttributeUtil.FallbackDisassembler"/>.
1313
+ </remarks>
1314
+ </member>
1315
+ <member name="M:Castle.DynamicProxy.AttributeUtil.ShouldSkipAttributeReplication(System.Type)">
1316
+ <summary>
1317
+ Attributes should be replicated if they are non-inheritable,
1318
+ but there are some special cases where the attributes means
1319
+ something to the CLR, where they should be skipped.
1320
+ </summary>
1321
+ </member>
1322
+ <member name="M:Castle.DynamicProxy.Generators.CacheKey.#ctor(System.Reflection.MemberInfo,System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)">
1323
+ <summary>
1324
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.Generators.CacheKey"/> class.
1325
+ </summary>
1326
+ <param name="target">Target element. This is either target type or target method for invocation types.</param>
1327
+ <param name="type">The type of the proxy. This is base type for invocation types.</param>
1328
+ <param name="interfaces">The interfaces.</param>
1329
+ <param name="options">The options.</param>
1330
+ </member>
1331
+ <member name="M:Castle.DynamicProxy.Generators.CacheKey.#ctor(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)">
1332
+ <summary>
1333
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.Generators.CacheKey"/> class.
1334
+ </summary>
1335
+ <param name="target">Type of the target.</param>
1336
+ <param name="interfaces">The interfaces.</param>
1337
+ <param name="options">The options.</param>
1338
+ </member>
1339
+ <member name="T:Castle.DynamicProxy.Generators.ClassProxyGenerator">
1340
+ <summary>
1341
+
1342
+ </summary>
1343
+ </member>
1344
+ <member name="T:Castle.DynamicProxy.Generators.Emitters.LdcOpCodesDictionary">
1345
+ <summary>s
1346
+ Provides appropriate Ldc.X opcode for the type of primitive value to be loaded.
1347
+ </summary>
1348
+ </member>
1349
+ <member name="T:Castle.DynamicProxy.Generators.Emitters.LdindOpCodesDictionary">
1350
+ <summary>
1351
+ Provides appropriate Ldind.X opcode for
1352
+ the type of primitive value to be loaded indirectly.
1353
+ </summary>
1354
+ </member>
1355
+ <member name="M:Castle.DynamicProxy.Generators.Emitters.OpCodeUtil.EmitLoadOpCodeForConstantValue(System.Reflection.Emit.ILGenerator,System.Object)">
1356
+ <summary>
1357
+ Emits a load opcode of the appropriate kind for a constant string or
1358
+ primitive value.
1359
+ </summary>
1360
+ <param name="gen"></param>
1361
+ <param name="value"></param>
1362
+ </member>
1363
+ <member name="M:Castle.DynamicProxy.Generators.Emitters.OpCodeUtil.EmitLoadOpCodeForDefaultValueOfType(System.Reflection.Emit.ILGenerator,System.Type)">
1364
+ <summary>
1365
+ Emits a load opcode of the appropriate kind for the constant default value of a
1366
+ type, such as 0 for value types and null for reference types.
1367
+ </summary>
1368
+ </member>
1369
+ <member name="M:Castle.DynamicProxy.Generators.Emitters.OpCodeUtil.EmitLoadIndirectOpCodeForType(System.Reflection.Emit.ILGenerator,System.Type)">
1370
+ <summary>
1371
+ Emits a load indirect opcode of the appropriate type for a value or object reference.
1372
+ Pops a pointer off the evaluation stack, dereferences it and loads
1373
+ a value of the specified type.
1374
+ </summary>
1375
+ <param name="gen"></param>
1376
+ <param name="type"></param>
1377
+ </member>
1378
+ <member name="M:Castle.DynamicProxy.Generators.Emitters.OpCodeUtil.EmitStoreIndirectOpCodeForType(System.Reflection.Emit.ILGenerator,System.Type)">
1379
+ <summary>
1380
+ Emits a store indirectopcode of the appropriate type for a value or object reference.
1381
+ Pops a value of the specified type and a pointer off the evaluation stack, and
1382
+ stores the value.
1383
+ </summary>
1384
+ <param name="gen"></param>
1385
+ <param name="type"></param>
1386
+ </member>
1387
+ <member name="T:Castle.DynamicProxy.Generators.Emitters.PropertiesCollection">
1388
+ <summary>
1389
+ Summary description for PropertiesCollection.
1390
+ </summary>
1391
+ </member>
1392
+ <member name="T:Castle.DynamicProxy.Generators.Emitters.SimpleAST.IndirectReference">
1393
+ <summary>
1394
+ Wraps a reference that is passed
1395
+ ByRef and provides indirect load/store support.
1396
+ </summary>
1397
+ </member>
1398
+ <member name="T:Castle.DynamicProxy.Generators.Emitters.SimpleAST.NewArrayExpression">
1399
+ <summary>
1400
+ Summary description for NewArrayExpression.
1401
+ </summary>
1402
+ </member>
1403
+ <member name="T:Castle.DynamicProxy.Generators.Emitters.SimpleAST.ReferencesToObjectArrayExpression">
1404
+ <summary>
1405
+
1406
+ </summary>
1407
+ </member>
1408
+ <member name="T:Castle.DynamicProxy.Generators.Emitters.StindOpCodesDictionary">
1409
+ <summary>
1410
+ Provides appropriate Stind.X opcode
1411
+ for the type of primitive value to be stored indirectly.
1412
+ </summary>
1413
+ </member>
1414
+ <member name="M:Castle.DynamicProxy.Generators.Emitters.TypeUtil.GetAllInterfaces(System.Type[])">
1415
+ <summary>
1416
+ Returns list of all unique interfaces implemented given types, including their base interfaces.
1417
+ </summary>
1418
+ <param name="types"></param>
1419
+ <returns></returns>
1420
+ </member>
1421
+ <member name="M:Castle.DynamicProxy.Generators.MetaEvent.#ctor(System.String,System.Type,System.Type,Castle.DynamicProxy.Generators.MetaMethod,Castle.DynamicProxy.Generators.MetaMethod,System.Reflection.EventAttributes)">
1422
+ <summary>
1423
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.Generators.MetaEvent"/> class.
1424
+ </summary>
1425
+ <param name="name">The name.</param>
1426
+ <param name="declaringType">Type declaring the original event being overriten, or null.</param>
1427
+ <param name="eventDelegateType"></param>
1428
+ <param name="adder">The add method.</param>
1429
+ <param name="remover">The remove method.</param>
1430
+ <param name="attributes">The attributes.</param>
1431
+ </member>
1432
+ <member name="T:Castle.DynamicProxy.Generators.INamingScope">
1433
+ <summary>
1434
+ Represents the scope of uniquenes of names for types and their members
1435
+ </summary>
1436
+ </member>
1437
+ <member name="M:Castle.DynamicProxy.Generators.INamingScope.GetUniqueName(System.String)">
1438
+ <summary>
1439
+ Gets a unique name based on <paramref name="suggestedName"/>
1440
+ </summary>
1441
+ <param name="suggestedName">Name suggested by the caller</param>
1442
+ <returns>Unique name based on <paramref name="suggestedName"/>.</returns>
1443
+ <remarks>
1444
+ Implementers should provide name as closely resembling <paramref name="suggestedName"/> as possible.
1445
+ Generally if no collision occurs it is suggested to return suggested name, otherwise append sequential suffix.
1446
+ Implementers must return deterministic names, that is when <see cref="M:Castle.DynamicProxy.Generators.INamingScope.GetUniqueName(System.String)"/> is called twice
1447
+ with the same suggested name, the same returned name should be provided each time. Non-deterministic return
1448
+ values, like appending random suffices will break serialization of proxies.
1449
+ </remarks>
1450
+ </member>
1451
+ <member name="M:Castle.DynamicProxy.Generators.INamingScope.SafeSubScope">
1452
+ <summary>
1453
+ Returns new, disposable naming scope. It is responsibilty of the caller to make sure that no naming collision
1454
+ with enclosing scope, or other subscopes is possible.
1455
+ </summary>
1456
+ <returns>New naming scope.</returns>
1457
+ </member>
1458
+ <member name="T:Castle.DynamicProxy.Generators.InterfaceProxyWithTargetGenerator">
1459
+ <summary>
1460
+
1461
+ </summary>
1462
+ </member>
1463
+ <member name="T:Castle.DynamicProxy.Generators.MethodFinder">
1464
+ <summary>
1465
+ Returns the methods implemented by a type. Use this instead of Type.GetMethods() to work around a CLR issue
1466
+ where duplicate MethodInfos are returned by Type.GetMethods() after a token of a generic type's method was loaded.
1467
+ </summary>
1468
+ </member>
1469
+ <member name="M:Castle.DynamicProxy.InternalsHelper.IsInternalToDynamicProxy(System.Reflection.Assembly)">
1470
+ <summary>
1471
+ Determines whether this assembly has internals visible to dynamic proxy.
1472
+ </summary>
1473
+ <param name="asm">The assembly to inspect.</param>
1474
+ </member>
1475
+ <member name="M:Castle.DynamicProxy.InternalsHelper.IsInternal(System.Reflection.MethodInfo)">
1476
+ <summary>
1477
+ Determines whether the specified method is internal.
1478
+ </summary>
1479
+ <param name="method">The method.</param>
1480
+ <returns>
1481
+ <c>true</c> if the specified method is internal; otherwise, <c>false</c>.
1482
+ </returns>
1483
+ </member>
1484
+ <member name="M:Castle.DynamicProxy.MixinData.#ctor(System.Collections.Generic.IEnumerable{System.Object})">
1485
+ <summary>
1486
+ Because we need to cache the types based on the mixed in mixins, we do the following here:
1487
+ - Get all the mixin interfaces
1488
+ - Sort them by full name
1489
+ - Return them by position
1490
+
1491
+ The idea is to have reproducable behavior for the case that mixins are registered in different orders.
1492
+ This method is here because it is required
1493
+ </summary>
1494
+ </member>
1495
+ <member name="T:Castle.DynamicProxy.ModuleScope">
1496
+ <summary>
1497
+ Summary description for ModuleScope.
1498
+ </summary>
1499
+ </member>
1500
+ <member name="F:Castle.DynamicProxy.ModuleScope.DEFAULT_FILE_NAME">
1501
+ <summary>
1502
+ The default file name used when the assembly is saved using <see cref="F:Castle.DynamicProxy.ModuleScope.DEFAULT_FILE_NAME"/>.
1503
+ </summary>
1504
+ </member>
1505
+ <member name="F:Castle.DynamicProxy.ModuleScope.DEFAULT_ASSEMBLY_NAME">
1506
+ <summary>
1507
+ The default assembly (simple) name used for the assemblies generated by a <see cref="T:Castle.DynamicProxy.ModuleScope"/> instance.
1508
+ </summary>
1509
+ </member>
1510
+ <member name="M:Castle.DynamicProxy.ModuleScope.#ctor">
1511
+ <summary>
1512
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ModuleScope"/> class; assemblies created by this instance will not be saved.
1513
+ </summary>
1514
+ </member>
1515
+ <member name="M:Castle.DynamicProxy.ModuleScope.#ctor(System.Boolean)">
1516
+ <summary>
1517
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ModuleScope"/> class, allowing to specify whether the assemblies generated by this instance
1518
+ should be saved.
1519
+ </summary>
1520
+ <param name="savePhysicalAssembly">If set to <c>true</c> saves the generated module.</param>
1521
+ </member>
1522
+ <member name="M:Castle.DynamicProxy.ModuleScope.#ctor(System.Boolean,System.String,System.String,System.String,System.String)">
1523
+ <summary>
1524
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ModuleScope"/> class, allowing to specify whether the assemblies generated by this instance
1525
+ should be saved and what simple names are to be assigned to them.
1526
+ </summary>
1527
+ <param name="savePhysicalAssembly">If set to <c>true</c> saves the generated module.</param>
1528
+ <param name="strongAssemblyName">The simple name of the strong-named assembly generated by this <see cref="T:Castle.DynamicProxy.ModuleScope"/>.</param>
1529
+ <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>
1530
+ <param name="weakAssemblyName">The simple name of the weak-named assembly generated by this <see cref="T:Castle.DynamicProxy.ModuleScope"/>.</param>
1531
+ <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>
1532
+ </member>
1533
+ <member name="M:Castle.DynamicProxy.ModuleScope.#ctor(System.Boolean,Castle.DynamicProxy.Generators.INamingScope,System.String,System.String,System.String,System.String)">
1534
+ <summary>
1535
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ModuleScope"/> class, allowing to specify whether the assemblies generated by this instance
1536
+ should be saved and what simple names are to be assigned to them.
1537
+ </summary>
1538
+ <param name="savePhysicalAssembly">If set to <c>true</c> saves the generated module.</param>
1539
+ <param name="namingScope">Naming scope used to provide unique names to generated types and their members (usually via sub-scopes).</param>
1540
+ <param name="strongAssemblyName">The simple name of the strong-named assembly generated by this <see cref="T:Castle.DynamicProxy.ModuleScope"/>.</param>
1541
+ <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>
1542
+ <param name="weakAssemblyName">The simple name of the weak-named assembly generated by this <see cref="T:Castle.DynamicProxy.ModuleScope"/>.</param>
1543
+ <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>
1544
+ </member>
1545
+ <member name="M:Castle.DynamicProxy.ModuleScope.GetFromCache(Castle.DynamicProxy.Generators.CacheKey)">
1546
+ <summary>
1547
+ Returns a type from this scope's type cache, or null if the key cannot be found.
1548
+ </summary>
1549
+ <param name="key">The key to be looked up in the cache.</param>
1550
+ <returns>The type from this scope's type cache matching the key, or null if the key cannot be found</returns>
1551
+ </member>
1552
+ <member name="M:Castle.DynamicProxy.ModuleScope.RegisterInCache(Castle.DynamicProxy.Generators.CacheKey,System.Type)">
1553
+ <summary>
1554
+ Registers a type in this scope's type cache.
1555
+ </summary>
1556
+ <param name="key">The key to be associated with the type.</param>
1557
+ <param name="type">The type to be stored in the cache.</param>
1558
+ </member>
1559
+ <member name="M:Castle.DynamicProxy.ModuleScope.GetKeyPair">
1560
+ <summary>
1561
+ Gets the key pair used to sign the strong-named assembly generated by this <see cref="T:Castle.DynamicProxy.ModuleScope"/>.
1562
+ </summary>
1563
+ <returns></returns>
1564
+ </member>
1565
+ <member name="M:Castle.DynamicProxy.ModuleScope.ObtainDynamicModule(System.Boolean)">
1566
+ <summary>
1567
+ Gets the specified module generated by this scope, creating a new one if none has yet been generated.
1568
+ </summary>
1569
+ <param name="isStrongNamed">If set to true, a strong-named module is returned; otherwise, a weak-named module is returned.</param>
1570
+ <returns>A strong-named or weak-named module generated by this scope, as specified by the <paramref name="isStrongNamed"/> parameter.</returns>
1571
+ </member>
1572
+ <member name="M:Castle.DynamicProxy.ModuleScope.ObtainDynamicModuleWithStrongName">
1573
+ <summary>
1574
+ Gets the strong-named module generated by this scope, creating a new one if none has yet been generated.
1575
+ </summary>
1576
+ <returns>A strong-named module generated by this scope.</returns>
1577
+ </member>
1578
+ <member name="M:Castle.DynamicProxy.ModuleScope.ObtainDynamicModuleWithWeakName">
1579
+ <summary>
1580
+ Gets the weak-named module generated by this scope, creating a new one if none has yet been generated.
1581
+ </summary>
1582
+ <returns>A weak-named module generated by this scope.</returns>
1583
+ </member>
1584
+ <member name="P:Castle.DynamicProxy.ModuleScope.Lock">
1585
+ <summary>
1586
+ Users of this <see cref="T:Castle.DynamicProxy.ModuleScope"/> should use this lock when accessing the cache.
1587
+ </summary>
1588
+ </member>
1589
+ <member name="P:Castle.DynamicProxy.ModuleScope.StrongNamedModule">
1590
+ <summary>
1591
+ Gets the strong-named module generated by this scope, or <see langword="null"/> if none has yet been generated.
1592
+ </summary>
1593
+ <value>The strong-named module generated by this scope, or <see langword="null"/> if none has yet been generated.</value>
1594
+ </member>
1595
+ <member name="P:Castle.DynamicProxy.ModuleScope.StrongNamedModuleName">
1596
+ <summary>
1597
+ Gets the file name of the strongly named module generated by this scope.
1598
+ </summary>
1599
+ <value>The file name of the strongly named module generated by this scope.</value>
1600
+ </member>
1601
+ <member name="P:Castle.DynamicProxy.ModuleScope.WeakNamedModule">
1602
+ <summary>
1603
+ Gets the weak-named module generated by this scope, or <see langword="null"/> if none has yet been generated.
1604
+ </summary>
1605
+ <value>The weak-named module generated by this scope, or <see langword="null"/> if none has yet been generated.</value>
1606
+ </member>
1607
+ <member name="P:Castle.DynamicProxy.ModuleScope.WeakNamedModuleName">
1608
+ <summary>
1609
+ Gets the file name of the weakly named module generated by this scope.
1610
+ </summary>
1611
+ <value>The file name of the weakly named module generated by this scope.</value>
1612
+ </member>
1613
+ <member name="M:Castle.DynamicProxy.ProxyGenerationOptions.#ctor(Castle.DynamicProxy.IProxyGenerationHook)">
1614
+ <summary>
1615
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ProxyGenerationOptions"/> class.
1616
+ </summary>
1617
+ <param name="hook">The hook.</param>
1618
+ </member>
1619
+ <member name="M:Castle.DynamicProxy.ProxyGenerationOptions.#ctor">
1620
+ <summary>
1621
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ProxyGenerationOptions"/> class.
1622
+ </summary>
1623
+ </member>
1624
+ <member name="T:Castle.DynamicProxy.ProxyGenerator">
1625
+ <summary>
1626
+ Provides proxy objects for classes and interfaces.
1627
+ </summary>
1628
+ </member>
1629
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.#ctor(Castle.DynamicProxy.IProxyBuilder)">
1630
+ <summary>
1631
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ProxyGenerator"/> class.
1632
+ </summary>
1633
+ <param name="builder">Proxy types builder.</param>
1634
+ </member>
1635
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.#ctor">
1636
+ <summary>
1637
+ Initializes a new instance of the <see cref="T:Castle.DynamicProxy.ProxyGenerator"/> class.
1638
+ </summary>
1639
+ </member>
1640
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTarget``1(``0,Castle.DynamicProxy.IInterceptor[])">
1641
+ <summary>
1642
+ Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
1643
+ </summary>
1644
+ <typeparam name="TInterface">Type of the interface implemented by <paramref name="target"/> which will be proxied.</typeparam>
1645
+ <param name="target">The target object, calls to which will be intercepted.</param>
1646
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1647
+ <returns>Object proxying calls to members of <typeparamref name="TInterface"/> on <paramref name="target"/> object.</returns>
1648
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
1649
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1650
+ <exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TInterface"/>is not an interface type.</exception>
1651
+ <exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
1652
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
1653
+ <remarks>
1654
+ 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
1655
+ use <see cref="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface``1(``0,Castle.DynamicProxy.IInterceptor[])"/> method.
1656
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1657
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1658
+ </remarks>
1659
+ </member>
1660
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTarget``1(``0,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
1661
+ <summary>
1662
+ Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
1663
+ </summary>
1664
+ <typeparam name="TInterface">Type of the interface implemented by <paramref name="target"/> which will be proxied.</typeparam>
1665
+ <param name="target">The target object, calls to which will be intercepted.</param>
1666
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
1667
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1668
+ <returns>
1669
+ Object proxying calls to members of <typeparamref name="TInterface"/> on <paramref name="target"/> object.
1670
+ </returns>
1671
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
1672
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1673
+ <exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TInterface"/>is not an interface type.</exception>
1674
+ <exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
1675
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
1676
+ <remarks>
1677
+ 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
1678
+ use <see cref="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface``1(``0,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])"/> method.
1679
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1680
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1681
+ </remarks>
1682
+ </member>
1683
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTarget(System.Type,System.Object,Castle.DynamicProxy.IInterceptor[])">
1684
+ <summary>
1685
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
1686
+ </summary>
1687
+ <param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
1688
+ <param name="target">The target object, calls to which will be intercepted.</param>
1689
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1690
+ <returns>
1691
+ Object proxying calls to members of <paramref name="interfaceToProxy"/> type on <paramref name="target"/> object.
1692
+ </returns>
1693
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
1694
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
1695
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1696
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is a generic type definition.</exception>
1697
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
1698
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="target"/> does not implement <paramref name="interfaceToProxy"/> interface.</exception>
1699
+ <exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
1700
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
1701
+ <remarks>
1702
+ 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
1703
+ use <see cref="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Object,Castle.DynamicProxy.IInterceptor[])"/> method.
1704
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1705
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1706
+ </remarks>
1707
+ </member>
1708
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTarget(System.Type,System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
1709
+ <summary>
1710
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
1711
+ </summary>
1712
+ <param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
1713
+ <param name="target">The target object, calls to which will be intercepted.</param>
1714
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
1715
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1716
+ <returns>
1717
+ Object proxying calls to members of <paramref name="interfaceToProxy"/> type on <paramref name="target"/> object.
1718
+ </returns>
1719
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
1720
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
1721
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1722
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is a generic type definition.</exception>
1723
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
1724
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="target"/> does not implement <paramref name="interfaceToProxy"/> interface.</exception>
1725
+ <exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
1726
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
1727
+ <remarks>
1728
+ 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
1729
+ use <see cref="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])"/> method.
1730
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1731
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1732
+ </remarks>
1733
+ </member>
1734
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTarget(System.Type,System.Type[],System.Object,Castle.DynamicProxy.IInterceptor[])">
1735
+ <summary>
1736
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
1737
+ </summary>
1738
+ <param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
1739
+ <param name="target">The target object, calls to which will be intercepted.</param>
1740
+ <param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
1741
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1742
+ <returns>
1743
+ Object proxying calls to members of <paramref name="interfaceToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types on <paramref name="target"/> object.
1744
+ </returns>
1745
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
1746
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
1747
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1748
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
1749
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
1750
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="target"/> does not implement <paramref name="interfaceToProxy"/> interface.</exception>
1751
+ <exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
1752
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
1753
+ <remarks>
1754
+ 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
1755
+ use <see cref="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Type[],System.Object,Castle.DynamicProxy.IInterceptor[])"/> method.
1756
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1757
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1758
+ </remarks>
1759
+ </member>
1760
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTarget(System.Type,System.Type[],System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
1761
+ <summary>
1762
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
1763
+ </summary>
1764
+ <param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
1765
+ <param name="target">The target object, calls to which will be intercepted.</param>
1766
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
1767
+ <param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
1768
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1769
+ <returns>
1770
+ Object proxying calls to members of <paramref name="interfaceToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types on <paramref name="target"/> object.
1771
+ </returns>
1772
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
1773
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
1774
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1775
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
1776
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
1777
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="target"/> does not implement <paramref name="interfaceToProxy"/> interface.</exception>
1778
+ <exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
1779
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
1780
+ <remarks>
1781
+ 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
1782
+ use <see cref="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Type[],System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])"/> method.
1783
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1784
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1785
+ </remarks>
1786
+ </member>
1787
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Object,Castle.DynamicProxy.IInterceptor[])">
1788
+ <summary>
1789
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
1790
+ Interceptors can use <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface to provide other target for method invocation than default <paramref name="target"/>.
1791
+ </summary>
1792
+ <param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
1793
+ <param name="target">The target object, calls to which will be intercepted.</param>
1794
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1795
+ <returns>
1796
+ Object proxying calls to members of <paramref name="interfaceToProxy"/> type on <paramref name="target"/> object or alternative implementation swapped at runtime by an interceptor.
1797
+ </returns>
1798
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
1799
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
1800
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1801
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is a generic type definition.</exception>
1802
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
1803
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="target"/> does not implement <paramref name="interfaceToProxy"/> interface.</exception>
1804
+ <exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
1805
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
1806
+ <remarks>
1807
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1808
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1809
+ </remarks>
1810
+ </member>
1811
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface``1(``0,Castle.DynamicProxy.IInterceptor[])">
1812
+ <summary>
1813
+ Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
1814
+ Interceptors can use <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface to provide other target for method invocation than default <paramref name="target"/>.
1815
+ </summary>
1816
+ <typeparam name="TInterface">Type of the interface implemented by <paramref name="target"/> which will be proxied.</typeparam>
1817
+ <param name="target">The target object, calls to which will be intercepted.</param>
1818
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1819
+ <returns>
1820
+ Object proxying calls to members of <typeparamref name="TInterface"/> type on <paramref name="target"/> object or alternative implementation swapped at runtime by an interceptor.
1821
+ </returns>
1822
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
1823
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1824
+ <exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TInterface"/> is not an interface type.</exception>
1825
+ <exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
1826
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
1827
+ <remarks>
1828
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1829
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1830
+ </remarks>
1831
+ </member>
1832
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface``1(``0,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
1833
+ <summary>
1834
+ Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
1835
+ Interceptors can use <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface to provide other target for method invocation than default <paramref name="target"/>.
1836
+ </summary>
1837
+ <typeparam name="TInterface">Type of the interface implemented by <paramref name="target"/> which will be proxied.</typeparam>
1838
+ <param name="target">The target object, calls to which will be intercepted.</param>
1839
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
1840
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1841
+ <returns>
1842
+ Object proxying calls to members of <typeparamref name="TInterface"/> type on <paramref name="target"/> object or alternative implementation swapped at runtime by an interceptor.
1843
+ </returns>
1844
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
1845
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1846
+ <exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TInterface"/> is not an interface type.</exception>
1847
+ <exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
1848
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
1849
+ <remarks>
1850
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1851
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1852
+ </remarks>
1853
+ </member>
1854
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Type[],System.Object,Castle.DynamicProxy.IInterceptor[])">
1855
+ <summary>
1856
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
1857
+ Interceptors can use <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface to provide other target for method invocation than default <paramref name="target"/>.
1858
+ </summary>
1859
+ <param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
1860
+ <param name="target">The target object, calls to which will be intercepted.</param>
1861
+ <param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
1862
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1863
+ <returns>
1864
+ 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.
1865
+ </returns>
1866
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
1867
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
1868
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1869
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
1870
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
1871
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="target"/> does not implement <paramref name="interfaceToProxy"/> interface.</exception>
1872
+ <exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
1873
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
1874
+ <remarks>
1875
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1876
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1877
+ </remarks>
1878
+ </member>
1879
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
1880
+ <summary>
1881
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
1882
+ Interceptors can use <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface to provide other target for method invocation than default <paramref name="target"/>.
1883
+ </summary>
1884
+ <param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
1885
+ <param name="target">The target object, calls to which will be intercepted.</param>
1886
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
1887
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1888
+ <returns>
1889
+ Object proxying calls to members of <paramref name="interfaceToProxy"/> type on <paramref name="target"/> object or alternative implementation swapped at runtime by an interceptor.
1890
+ </returns>
1891
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
1892
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
1893
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1894
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is a generic type definition.</exception>
1895
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
1896
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="target"/> does not implement <paramref name="interfaceToProxy"/> interface.</exception>
1897
+ <exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
1898
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
1899
+ <remarks>
1900
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1901
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1902
+ </remarks>
1903
+ </member>
1904
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithTargetInterface(System.Type,System.Type[],System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
1905
+ <summary>
1906
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on <paramref name="target"/> object with given <paramref name="interceptors"/>.
1907
+ Interceptors can use <see cref="T:Castle.DynamicProxy.IChangeProxyTarget"/> interface to provide other target for method invocation than default <paramref name="target"/>.
1908
+ </summary>
1909
+ <param name="interfaceToProxy">Type of the interface implemented by <paramref name="target"/> which will be proxied.</param>
1910
+ <param name="target">The target object, calls to which will be intercepted.</param>
1911
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
1912
+ <param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
1913
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1914
+ <returns>
1915
+ 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.
1916
+ </returns>
1917
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
1918
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="target"/> object is a null reference (Nothing in Visual Basic).</exception>
1919
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1920
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
1921
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
1922
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="target"/> does not implement <paramref name="interfaceToProxy"/> interface.</exception>
1923
+ <exception cref="T:System.MissingMethodException">Thrown when no default constructor exists on actual type of <paramref name="target"/> object.</exception>
1924
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of actual type of <paramref name="target"/> throws an exception.</exception>
1925
+ <remarks>
1926
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1927
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1928
+ </remarks>
1929
+ </member>
1930
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget``1(Castle.DynamicProxy.IInterceptor)">
1931
+ <summary>
1932
+ Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on target object generated at runtime with given <paramref name="interceptor"/>.
1933
+ </summary>
1934
+ <typeparam name="TInterface">Type of the interface which will be proxied.</typeparam>
1935
+ <param name="interceptor">The interceptors called during the invocation of proxied methods.</param>
1936
+ <returns>
1937
+ Object proxying calls to members of <typeparamref name="TInterface"/> types on generated target object.
1938
+ </returns>
1939
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptor"/> array is a null reference (Nothing in Visual Basic).</exception>
1940
+ <exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TInterface"/> is not an interface type.</exception>
1941
+ <remarks>
1942
+ 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.
1943
+ 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.
1944
+ As a result of that also at least one <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementation must be provided.
1945
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1946
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1947
+ </remarks>
1948
+ </member>
1949
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget``1(Castle.DynamicProxy.IInterceptor[])">
1950
+ <summary>
1951
+ Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on target object generated at runtime with given <paramref name="interceptors"/>.
1952
+ </summary>
1953
+ <typeparam name="TInterface">Type of the interface which will be proxied.</typeparam>
1954
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1955
+ <returns>
1956
+ Object proxying calls to members of <typeparamref name="TInterface"/> types on generated target object.
1957
+ </returns>
1958
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1959
+ <exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TInterface"/> is not an interface type.</exception>
1960
+ <remarks>
1961
+ 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.
1962
+ 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.
1963
+ As a result of that also at least one <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementation must be provided.
1964
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1965
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1966
+ </remarks>
1967
+ </member>
1968
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget``1(Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
1969
+ <summary>
1970
+ Creates proxy object intercepting calls to members of interface <typeparamref name="TInterface"/> on target object generated at runtime with given <paramref name="interceptors"/>.
1971
+ </summary>
1972
+ <typeparam name="TInterface">Type of the interface which will be proxied.</typeparam>
1973
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
1974
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
1975
+ <returns>
1976
+ Object proxying calls to members of <typeparamref name="TInterface"/> types on generated target object.
1977
+ </returns>
1978
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
1979
+ <exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TInterface"/> is not an interface type.</exception>
1980
+ <remarks>
1981
+ 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.
1982
+ 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.
1983
+ As a result of that also at least one <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementation must be provided.
1984
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
1985
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
1986
+ </remarks>
1987
+ </member>
1988
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget(System.Type,Castle.DynamicProxy.IInterceptor)">
1989
+ <summary>
1990
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on target object generated at runtime with given <paramref name="interceptor"/>.
1991
+ </summary>
1992
+ <param name="interfaceToProxy">Type of the interface which will be proxied.</param>
1993
+ <param name="interceptor">The interceptors called during the invocation of proxied methods.</param>
1994
+ <returns>
1995
+ Object proxying calls to members of <paramref name="interfaceToProxy"/> type on generated target object.
1996
+ </returns>
1997
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
1998
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptor"/> array is a null reference (Nothing in Visual Basic).</exception>
1999
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is a generic type definition.</exception>
2000
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
2001
+ <remarks>
2002
+ 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.
2003
+ 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.
2004
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2005
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2006
+ </remarks>
2007
+ </member>
2008
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget(System.Type,Castle.DynamicProxy.IInterceptor[])">
2009
+ <summary>
2010
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on target object generated at runtime with given <paramref name="interceptors"/>.
2011
+ </summary>
2012
+ <param name="interfaceToProxy">Type of the interface which will be proxied.</param>
2013
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2014
+ <returns>
2015
+ Object proxying calls to members of <paramref name="interfaceToProxy"/> type on generated target object.
2016
+ </returns>
2017
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2018
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
2019
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is a generic type definition.</exception>
2020
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
2021
+ <remarks>
2022
+ 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.
2023
+ 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.
2024
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2025
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2026
+ </remarks>
2027
+ </member>
2028
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget(System.Type,System.Type[],Castle.DynamicProxy.IInterceptor[])">
2029
+ <summary>
2030
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on target object generated at runtime with given <paramref name="interceptors"/>.
2031
+ </summary>
2032
+ <param name="interfaceToProxy">Type of the interface which will be proxied.</param>
2033
+ <param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
2034
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2035
+ <returns>
2036
+ Object proxying calls to members of <paramref name="interfaceToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types on generated target object.
2037
+ </returns>
2038
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2039
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
2040
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
2041
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
2042
+ <remarks>
2043
+ 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.
2044
+ 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.
2045
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2046
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2047
+ </remarks>
2048
+ </member>
2049
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget(System.Type,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
2050
+ <summary>
2051
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on target object generated at runtime with given <paramref name="interceptors"/>.
2052
+ </summary>
2053
+ <param name="interfaceToProxy">Type of the interface which will be proxied.</param>
2054
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
2055
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2056
+ <returns>
2057
+ Object proxying calls to members of <paramref name="interfaceToProxy"/> on generated target object.
2058
+ </returns>
2059
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2060
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
2061
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is a generic type definition.</exception>
2062
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
2063
+ <remarks>
2064
+ 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.
2065
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2066
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2067
+ </remarks>
2068
+ </member>
2069
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyWithoutTarget(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
2070
+ <summary>
2071
+ Creates proxy object intercepting calls to members of interface <paramref name="interfaceToProxy"/> on target object generated at runtime with given <paramref name="interceptors"/>.
2072
+ </summary>
2073
+ <param name="interfaceToProxy">Type of the interface which will be proxied.</param>
2074
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
2075
+ <param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
2076
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2077
+ <returns>
2078
+ Object proxying calls to members of <paramref name="interfaceToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types on generated target object.
2079
+ </returns>
2080
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interfaceToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2081
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="interceptors"/> array is a null reference (Nothing in Visual Basic).</exception>
2082
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
2083
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="interfaceToProxy"/> is not an interface type.</exception>
2084
+ <remarks>
2085
+ 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.
2086
+ 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.
2087
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2088
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2089
+ </remarks>
2090
+ </member>
2091
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget``1(``0,Castle.DynamicProxy.IInterceptor[])">
2092
+ <summary>
2093
+ 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"/>.
2094
+ </summary>
2095
+ <typeparam name="TClass">Type of class which will be proxied.</typeparam>
2096
+ <param name="target">The target object, calls to which will be intercepted.</param>
2097
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2098
+ <returns>
2099
+ New object of type <typeparamref name="TClass"/> proxying calls to virtual members of <typeparamref name="TClass"/> type.
2100
+ </returns>
2101
+ <exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TClass"/> is not a class type.</exception>
2102
+ <exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <typeparamref name="TClass"/>.</exception>
2103
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <typeparamref name="TClass"/> throws an exception.</exception>
2104
+ <remarks>
2105
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2106
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2107
+ </remarks>
2108
+ </member>
2109
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget``1(``0,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
2110
+ <summary>
2111
+ 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"/>.
2112
+ </summary>
2113
+ <typeparam name="TClass">Type of class which will be proxied.</typeparam>
2114
+ <param name="target">The target object, calls to which will be intercepted.</param>
2115
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
2116
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2117
+ <returns>
2118
+ New object of type <typeparamref name="TClass"/> proxying calls to virtual members of <typeparamref name="TClass"/> type.
2119
+ </returns>
2120
+ <exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TClass"/> is not a class type.</exception>
2121
+ <exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <typeparamref name="TClass"/>.</exception>
2122
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <typeparamref name="TClass"/> throws an exception.</exception>
2123
+ <remarks>
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.
2126
+ </remarks>
2127
+ </member>
2128
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Type[],System.Object,Castle.DynamicProxy.IInterceptor[])">
2129
+ <summary>
2130
+ 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"/>.
2131
+ </summary>
2132
+ <param name="classToProxy">Type of class which will be proxied.</param>
2133
+ <param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
2134
+ <param name="target">The target object, calls to which will be intercepted.</param>
2135
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2136
+ <returns>
2137
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types.
2138
+ </returns>
2139
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2140
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
2141
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2142
+ <exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <paramref name="classToProxy"/>.</exception>
2143
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2144
+ <remarks>
2145
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2146
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2147
+ </remarks>
2148
+ </member>
2149
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Object,Castle.DynamicProxy.ProxyGenerationOptions,System.Object[],Castle.DynamicProxy.IInterceptor[])">
2150
+ <summary>
2151
+ 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"/>.
2152
+ </summary>
2153
+ <param name="classToProxy">Type of class which will be proxied.</param>
2154
+ <param name="target">The target object, calls to which will be intercepted.</param>
2155
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
2156
+ <param name="constructorArguments">Arguments of constructor of type <paramref name="classToProxy"/> which should be used to create a new instance of that type.</param>
2157
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2158
+ <returns>
2159
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
2160
+ </returns>
2161
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2162
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
2163
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2164
+ <exception cref="T:System.ArgumentException">Thrown when no constructor exists on type <paramref name="classToProxy"/> with parameters matching <paramref name="constructorArguments"/>.</exception>
2165
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2166
+ <remarks>
2167
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2168
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2169
+ </remarks>
2170
+ </member>
2171
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Object,System.Object[],Castle.DynamicProxy.IInterceptor[])">
2172
+ <summary>
2173
+ 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"/>.
2174
+ </summary>
2175
+ <param name="classToProxy">Type of class which will be proxied.</param>
2176
+ <param name="target">The target object, calls to which will be intercepted.</param>
2177
+ <param name="constructorArguments">Arguments of constructor of type <paramref name="classToProxy"/> which should be used to create a new instance of that type.</param>
2178
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2179
+ <returns>
2180
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
2181
+ </returns>
2182
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2183
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
2184
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2185
+ <exception cref="T:System.ArgumentException">Thrown when no constructor exists on type <paramref name="classToProxy"/> with parameters matching <paramref name="constructorArguments"/>.</exception>
2186
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2187
+ <remarks>
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.
2190
+ </remarks>
2191
+ </member>
2192
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Object,Castle.DynamicProxy.IInterceptor[])">
2193
+ <summary>
2194
+ 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"/>.
2195
+ </summary>
2196
+ <param name="classToProxy">Type of class which will be proxied.</param>
2197
+ <param name="target">The target object, calls to which will be intercepted.</param>
2198
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2199
+ <returns>
2200
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
2201
+ </returns>
2202
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2203
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
2204
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2205
+ <exception cref="T:System.ArgumentException">Thrown when no parameterless constructor exists on type <paramref name="classToProxy"/>.</exception>
2206
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2207
+ <remarks>
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.
2210
+ </remarks>
2211
+ </member>
2212
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
2213
+ <summary>
2214
+ 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"/>.
2215
+ </summary>
2216
+ <param name="classToProxy">Type of class which will be proxied.</param>
2217
+ <param name="target">The target object, calls to which will be intercepted.</param>
2218
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
2219
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2220
+ <returns>
2221
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
2222
+ </returns>
2223
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2224
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="options"/> object is a null reference (Nothing in Visual Basic).</exception>
2225
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
2226
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2227
+ <exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <paramref name="classToProxy"/>.</exception>
2228
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2229
+ <remarks>
2230
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2231
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2232
+ </remarks>
2233
+ </member>
2234
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Type[],System.Object,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
2235
+ <summary>
2236
+ 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"/>.
2237
+ </summary>
2238
+ <param name="classToProxy">Type of class which will be proxied.</param>
2239
+ <param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
2240
+ <param name="target">The target object, calls to which will be intercepted.</param>
2241
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
2242
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2243
+ <returns>
2244
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types.
2245
+ </returns>
2246
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2247
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="options"/> object is a null reference (Nothing in Visual Basic).</exception>
2248
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
2249
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2250
+ <exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <paramref name="classToProxy"/>.</exception>
2251
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2252
+ <remarks>
2253
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2254
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2255
+ </remarks>
2256
+ </member>
2257
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyWithTarget(System.Type,System.Type[],System.Object,Castle.DynamicProxy.ProxyGenerationOptions,System.Object[],Castle.DynamicProxy.IInterceptor[])">
2258
+ <summary>
2259
+ 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"/>.
2260
+ </summary>
2261
+ <param name="classToProxy">Type of class which will be proxied.</param>
2262
+ <param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
2263
+ <param name="target">The target object, calls to which will be intercepted.</param>
2264
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
2265
+ <param name="constructorArguments">Arguments of constructor of type <paramref name="classToProxy"/> which should be used to create a new instance of that type.</param>
2266
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2267
+ <returns>
2268
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types.
2269
+ </returns>
2270
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2271
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="options"/> object is a null reference (Nothing in Visual Basic).</exception>
2272
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
2273
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2274
+ <exception cref="T:System.ArgumentException">Thrown when no constructor exists on type <paramref name="classToProxy"/> with parameters matching <paramref name="constructorArguments"/>.</exception>
2275
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2276
+ <remarks>
2277
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2278
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2279
+ </remarks>
2280
+ </member>
2281
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy``1(Castle.DynamicProxy.IInterceptor[])">
2282
+ <summary>
2283
+ 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"/>.
2284
+ </summary>
2285
+ <typeparam name="TClass">Type of class which will be proxied.</typeparam>
2286
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2287
+ <returns>
2288
+ New object of type <typeparamref name="TClass"/> proxying calls to virtual members of <typeparamref name="TClass"/> type.
2289
+ </returns>
2290
+ <exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TClass"/> is not a class type.</exception>
2291
+ <exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <typeparamref name="TClass"/>.</exception>
2292
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <typeparamref name="TClass"/> throws an exception.</exception>
2293
+ <remarks>
2294
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2295
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2296
+ </remarks>
2297
+ </member>
2298
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy``1(Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
2299
+ <summary>
2300
+ 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"/>.
2301
+ </summary>
2302
+ <typeparam name="TClass">Type of class which will be proxied.</typeparam>
2303
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
2304
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2305
+ <returns>
2306
+ New object of type <typeparamref name="TClass"/> proxying calls to virtual members of <typeparamref name="TClass"/> type.
2307
+ </returns>
2308
+ <exception cref="T:System.ArgumentException">Thrown when given <typeparamref name="TClass"/> is not a class type.</exception>
2309
+ <exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <typeparamref name="TClass"/>.</exception>
2310
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <typeparamref name="TClass"/> throws an exception.</exception>
2311
+ <remarks>
2312
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2313
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2314
+ </remarks>
2315
+ </member>
2316
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,System.Type[],Castle.DynamicProxy.IInterceptor[])">
2317
+ <summary>
2318
+ 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"/>.
2319
+ </summary>
2320
+ <param name="classToProxy">Type of class which will be proxied.</param>
2321
+ <param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
2322
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2323
+ <returns>
2324
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types.
2325
+ </returns>
2326
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2327
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
2328
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2329
+ <exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <paramref name="classToProxy"/>.</exception>
2330
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2331
+ <remarks>
2332
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2333
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2334
+ </remarks>
2335
+ </member>
2336
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,Castle.DynamicProxy.ProxyGenerationOptions,System.Object[],Castle.DynamicProxy.IInterceptor[])">
2337
+ <summary>
2338
+ 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
+ </summary>
2340
+ <param name="classToProxy">Type of class which will be proxied.</param>
2341
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
2342
+ <param name="constructorArguments">Arguments of constructor of type <paramref name="classToProxy"/> which should be used to create a new instance of that type.</param>
2343
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2344
+ <returns>
2345
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
2346
+ </returns>
2347
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2348
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
2349
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2350
+ <exception cref="T:System.ArgumentException">Thrown when no constructor exists on type <paramref name="classToProxy"/> with parameters matching <paramref name="constructorArguments"/>.</exception>
2351
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2352
+ <remarks>
2353
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2354
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2355
+ </remarks>
2356
+ </member>
2357
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,System.Object[],Castle.DynamicProxy.IInterceptor[])">
2358
+ <summary>
2359
+ 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"/>.
2360
+ </summary>
2361
+ <param name="classToProxy">Type of class which will be proxied.</param>
2362
+ <param name="constructorArguments">Arguments of constructor of type <paramref name="classToProxy"/> which should be used to create a new instance of that type.</param>
2363
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2364
+ <returns>
2365
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
2366
+ </returns>
2367
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2368
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
2369
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2370
+ <exception cref="T:System.ArgumentException">Thrown when no constructor exists on type <paramref name="classToProxy"/> with parameters matching <paramref name="constructorArguments"/>.</exception>
2371
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2372
+ <remarks>
2373
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2374
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2375
+ </remarks>
2376
+ </member>
2377
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,Castle.DynamicProxy.IInterceptor[])">
2378
+ <summary>
2379
+ 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"/>.
2380
+ </summary>
2381
+ <param name="classToProxy">Type of class which will be proxied.</param>
2382
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2383
+ <returns>
2384
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
2385
+ </returns>
2386
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2387
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
2388
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2389
+ <exception cref="T:System.ArgumentException">Thrown when no parameterless constructor exists on type <paramref name="classToProxy"/>.</exception>
2390
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2391
+ <remarks>
2392
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2393
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2394
+ </remarks>
2395
+ </member>
2396
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
2397
+ <summary>
2398
+ 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"/>.
2399
+ </summary>
2400
+ <param name="classToProxy">Type of class which will be proxied.</param>
2401
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
2402
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2403
+ <returns>
2404
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> type.
2405
+ </returns>
2406
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2407
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="options"/> object is a null reference (Nothing in Visual Basic).</exception>
2408
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is a generic type definition.</exception>
2409
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2410
+ <exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <paramref name="classToProxy"/>.</exception>
2411
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2412
+ <remarks>
2413
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2414
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2415
+ </remarks>
2416
+ </member>
2417
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions,Castle.DynamicProxy.IInterceptor[])">
2418
+ <summary>
2419
+ 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"/>.
2420
+ </summary>
2421
+ <param name="classToProxy">Type of class which will be proxied.</param>
2422
+ <param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
2423
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
2424
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2425
+ <returns>
2426
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types.
2427
+ </returns>
2428
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2429
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="options"/> object is a null reference (Nothing in Visual Basic).</exception>
2430
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
2431
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2432
+ <exception cref="T:System.ArgumentException">Thrown when no default constructor exists on type <paramref name="classToProxy"/>.</exception>
2433
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when default constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2434
+ <remarks>
2435
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2436
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2437
+ </remarks>
2438
+ </member>
2439
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions,System.Object[],Castle.DynamicProxy.IInterceptor[])">
2440
+ <summary>
2441
+ 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"/>.
2442
+ </summary>
2443
+ <param name="classToProxy">Type of class which will be proxied.</param>
2444
+ <param name="additionalInterfacesToProxy">Additional interface types. Calls to their members will be proxied as well.</param>
2445
+ <param name="options">The proxy generation options used to influence generated proxy type and object.</param>
2446
+ <param name="constructorArguments">Arguments of constructor of type <paramref name="classToProxy"/> which should be used to create a new instance of that type.</param>
2447
+ <param name="interceptors">The interceptors called during the invocation of proxied methods.</param>
2448
+ <returns>
2449
+ New object of type <paramref name="classToProxy"/> proxying calls to virtual members of <paramref name="classToProxy"/> and <paramref name="additionalInterfacesToProxy"/> types.
2450
+ </returns>
2451
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="classToProxy"/> object is a null reference (Nothing in Visual Basic).</exception>
2452
+ <exception cref="T:System.ArgumentNullException">Thrown when given <paramref name="options"/> object is a null reference (Nothing in Visual Basic).</exception>
2453
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> or any of <paramref name="additionalInterfacesToProxy"/> is a generic type definition.</exception>
2454
+ <exception cref="T:System.ArgumentException">Thrown when given <paramref name="classToProxy"/> is not a class type.</exception>
2455
+ <exception cref="T:System.ArgumentException">Thrown when no constructor exists on type <paramref name="classToProxy"/> with parameters matching <paramref name="constructorArguments"/>.</exception>
2456
+ <exception cref="T:System.Reflection.TargetInvocationException">Thrown when constructor of type <paramref name="classToProxy"/> throws an exception.</exception>
2457
+ <remarks>
2458
+ This method uses <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation to generate a proxy type.
2459
+ As such caller should expect any type of exception that given <see cref="T:Castle.DynamicProxy.IProxyBuilder"/> implementation may throw.
2460
+ </remarks>
2461
+ </member>
2462
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateClassProxyType(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)">
2463
+ <summary>
2464
+ Creates the proxy type for class proxy with given <paramref name="classToProxy"/> class, implementing given <paramref name="additionalInterfacesToProxy"/> and using provided <paramref name="options"/>.
2465
+ </summary>
2466
+ <param name="classToProxy">The base class for proxy type.</param>
2467
+ <param name="additionalInterfacesToProxy">The interfaces that proxy type should implement.</param>
2468
+ <param name="options">The options for proxy generation process.</param>
2469
+ <returns><see cref="T:System.Type"/> of proxy.</returns>
2470
+ </member>
2471
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyTypeWithTarget(System.Type,System.Type[],System.Type,Castle.DynamicProxy.ProxyGenerationOptions)">
2472
+ <summary>
2473
+ 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"/>.
2474
+ </summary>
2475
+ <param name="interfaceToProxy">The interface proxy type should implement.</param>
2476
+ <param name="additionalInterfacesToProxy">The additional interfaces proxy type should implement.</param>
2477
+ <param name="targetType">Actual type that the proxy type will encompass.</param>
2478
+ <param name="options">The options for proxy generation process.</param>
2479
+ <returns><see cref="T:System.Type"/> of proxy.</returns>
2480
+ </member>
2481
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyTypeWithTargetInterface(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)">
2482
+ <summary>
2483
+ 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"/>.
2484
+ </summary>
2485
+ <param name="interfaceToProxy">The interface proxy type should implement.</param>
2486
+ <param name="additionalInterfacesToProxy">The additional interfaces proxy type should implement.</param>
2487
+ <param name="options">The options for proxy generation process.</param>
2488
+ <returns><see cref="T:System.Type"/> of proxy.</returns>
2489
+ </member>
2490
+ <member name="M:Castle.DynamicProxy.ProxyGenerator.CreateInterfaceProxyTypeWithoutTarget(System.Type,System.Type[],Castle.DynamicProxy.ProxyGenerationOptions)">
2491
+ <summary>
2492
+ 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"/>.
2493
+ </summary>
2494
+ <param name="interfaceToProxy">The interface proxy type should implement.</param>
2495
+ <param name="additionalInterfacesToProxy">The additional interfaces proxy type should implement.</param>
2496
+ <param name="options">The options for proxy generation process.</param>
2497
+ <returns><see cref="T:System.Type"/> of proxy.</returns>
2498
+ </member>
2499
+ <member name="P:Castle.DynamicProxy.ProxyGenerator.Logger">
2500
+ <summary>
2501
+ Gets or sets the <see cref="T:Castle.Core.Logging.ILogger"/> that this <see cref="T:Castle.DynamicProxy.ProxyGenerator"/> log to.
2502
+ </summary>
2503
+ </member>
2504
+ <member name="P:Castle.DynamicProxy.ProxyGenerator.ProxyBuilder">
2505
+ <summary>
2506
+ Gets the proxy builder instance used to generate proxy types.
2507
+ </summary>
2508
+ <value>The proxy builder.</value>
2509
+ </member>
2510
+ <member name="M:Castle.DynamicProxy.SilverlightExtensions.Extensions.IsNested(System.Type)">
2511
+ <summary>
2512
+ The silverlight System.Type is missing the IsNested property so this exposes similar functionality.
2513
+ </summary>
2514
+ <param name="type"></param>
2515
+ <returns></returns>
2516
+ </member>
2517
+ <member name="T:Castle.DynamicProxy.SilverlightExtensions.EnumHelper">
2518
+ <summary>
2519
+ http://www.dolittle.com/blogs/einar/archive/2008/01/13/missing-enum-getvalues-when-doing-silverlight-for-instance.aspx
2520
+ </summary>
2521
+ </member>
2522
+ <member name="T:Castle.DynamicProxy.Tokens.InvocationMethods">
2523
+ <summary>
2524
+ Holds <see cref="T:System.Reflection.MethodInfo"/> objects representing methods of <see cref="T:Castle.DynamicProxy.AbstractInvocation"/> class.
2525
+ </summary>
2526
+ </member>
2527
+ <member name="T:Castle.DynamicProxy.IInterceptorSelector">
2528
+ <summary>
2529
+ Provides an extension point that allows proxies to choose specific interceptors on
2530
+ a per method basis.
2531
+ </summary>
2532
+ </member>
2533
+ <member name="M:Castle.DynamicProxy.IInterceptorSelector.SelectInterceptors(System.Type,System.Reflection.MethodInfo,Castle.DynamicProxy.IInterceptor[])">
2534
+ <summary>
2535
+ Selects the interceptors that should intercept calls to the given <paramref name="method"/>.
2536
+ </summary>
2537
+ <param name="type">The type declaring the method to intercept.</param>
2538
+ <param name="method">The method that will be intercepted.</param>
2539
+ <param name="interceptors">All interceptors registered with the proxy.</param>
2540
+ <returns>An array of interceptors to invoke upon calling the <paramref name="method"/>.</returns>
2541
+ <remarks>
2542
+ This method is called only once per proxy instance, upon the first call to the
2543
+ <paramref name="method"/>. Either an empty array or null are valid return values to indicate
2544
+ that no interceptor should intercept calls to the method. Although it is not advised, it is
2545
+ legal to return other <see cref="T:Castle.DynamicProxy.IInterceptor"/> implementations than these provided in
2546
+ <paramref name="interceptors"/>.
2547
+ </remarks>
2548
+ </member>
2549
+ <member name="M:Castle.Core.Internal.Lock.Create">
2550
+ <summary>
2551
+ Creates a new lock.
2552
+ </summary>
2553
+ <returns></returns>
2554
+ </member>
2555
+ <member name="T:Castle.Core.IServiceProviderExAccessor">
2556
+ <summary>
2557
+ This interface should be implemented by classes
2558
+ that are available in a bigger context, exposing
2559
+ the container to different areas in the same application.
2560
+ <para>
2561
+ For example, in Web application, the (global) HttpApplication
2562
+ subclasses should implement this interface to expose
2563
+ the configured container
2564
+ </para>
2565
+ </summary>
2566
+ </member>
2567
+ <member name="T:Castle.DynamicProxy.IChangeProxyTarget">
2568
+ <summary>
2569
+ Exposes means to change target objects of proxies and invocations
2570
+ </summary>
2571
+ </member>
2572
+ <member name="M:Castle.DynamicProxy.IChangeProxyTarget.ChangeInvocationTarget(System.Object)">
2573
+ <summary>
2574
+ Changes the target object (<see cref="P:Castle.DynamicProxy.IInvocation.InvocationTarget"/>) of current <see cref="T:Castle.DynamicProxy.IInvocation"/>.
2575
+ </summary>
2576
+ <param name="target">The new value of target of invocation.</param>
2577
+ <remarks>
2578
+ Although the method takes <see cref="T:System.Object"/> the actual instance must be of type assignable to <see cref="P:Castle.DynamicProxy.IInvocation.TargetType"/>, otherwise an <see cref="T:System.InvalidCastException"/> will be thrown.
2579
+ Also while it's technically legal to pass null reference (Nothing in Visual Basic) as <paramref name="target"/>, for obvious reasons Dynamic Proxy will not be able to call the intercepted method on such target.
2580
+ In this case last interceptor in the pipeline mustn't call <see cref="M:Castle.DynamicProxy.IInvocation.Proceed"/> or a <see cref="T:System.NotImplementedException"/> will be throws.
2581
+ Also while it's technically legal to pass proxy itself as <paramref name="target"/>, this would create stack overflow.
2582
+ In this case last interceptor in the pipeline mustn't call <see cref="M:Castle.DynamicProxy.IInvocation.Proceed"/> or a <see cref="T:System.InvalidOperationException"/> will be throws.
2583
+ </remarks>
2584
+ <exception cref="T:System.InvalidCastException">Thrown when <paramref name="target"/> is not assignable to the proxied type.</exception>
2585
+ </member>
2586
+ <member name="M:Castle.DynamicProxy.IChangeProxyTarget.ChangeProxyTarget(System.Object)">
2587
+ <summary>
2588
+ Permanently changes the target object of the proxy. This does not affect target of the current invocation.
2589
+ </summary>
2590
+ <param name="target">The new value of target of the proxy.</param>
2591
+ <remarks>
2592
+ Although the method takes <see cref="T:System.Object"/> the actual instance must be of type assignable to proxy's target type, otherwise an <see cref="T:System.InvalidCastException"/> will be thrown.
2593
+ Also while it's technically legal to pass null reference (Nothing in Visual Basic) as <paramref name="target"/>, for obvious reasons Dynamic Proxy will not be able to call the intercepted method on such target.
2594
+ In this case last interceptor in the pipeline mustn't call <see cref="M:Castle.DynamicProxy.IInvocation.Proceed"/> or a <see cref="T:System.NotImplementedException"/> will be throws.
2595
+ Also while it's technically legal to pass proxy itself as <paramref name="target"/>, this would create stack overflow.
2596
+ In this case last interceptor in the pipeline mustn't call <see cref="M:Castle.DynamicProxy.IInvocation.Proceed"/> or a <see cref="T:System.InvalidOperationException"/> will be throws.
2597
+ </remarks>
2598
+ <exception cref="T:System.InvalidCastException">Thrown when <paramref name="target"/> is not assignable to the proxied type.</exception>
2599
+ </member>
2600
+ <member name="T:Castle.DynamicProxy.IInterceptor">
2601
+ <summary>
2602
+ New interface that is going to be used by DynamicProxy 2
2603
+ </summary>
2604
+ </member>
2605
+ <member name="M:Castle.DynamicProxy.IProxyTargetAccessor.DynProxyGetTarget">
2606
+ <summary>
2607
+ Get the proxy target (note that null is a valid target!)
2608
+ </summary>
2609
+ <returns></returns>
2610
+ </member>
2611
+ <member name="M:Castle.DynamicProxy.IProxyTargetAccessor.GetInterceptors">
2612
+ <summary>
2613
+ Gets the interceptors for the proxy
2614
+ </summary>
2615
+ <returns></returns>
2616
+ </member>
2617
+ <member name="T:Castle.Core.IServiceEnabledComponent">
2618
+ <summary>
2619
+ Defines that the implementation wants a
2620
+ <see cref="T:System.IServiceProvider"/> in order to
2621
+ access other components. The creator must be aware
2622
+ that the component might (or might not) implement
2623
+ the interface.
2624
+ </summary>
2625
+ <remarks>
2626
+ Used by Castle Project components to, for example,
2627
+ gather logging factories
2628
+ </remarks>
2629
+ </member>
2630
+ <member name="T:Castle.Core.IServiceProviderEx">
2631
+ <summary>
2632
+ Increments <c>IServiceProvider</c> with a generic service resolution operation.
2633
+ </summary>
2634
+ </member>
2635
+ <member name="T:Castle.Core.Logging.IExtendedLoggerFactory">
2636
+ <summary>
2637
+ Provides a factory that can produce either <see cref="T:Castle.Core.Logging.ILogger"/> or
2638
+ <see cref="T:Castle.Core.Logging.IExtendedLogger"/> classes.
2639
+ </summary>
2640
+ </member>
2641
+ <member name="T:Castle.Core.Logging.ILoggerFactory">
2642
+ <summary>
2643
+ Manages the instantiation of <see cref="T:Castle.Core.Logging.ILogger"/>s.
2644
+ </summary>
2645
+ </member>
2646
+ <member name="M:Castle.Core.Logging.ILoggerFactory.Create(System.Type)">
2647
+ <summary>
2648
+ Creates a new logger, getting the logger name from the specified type.
2649
+ </summary>
2650
+ </member>
2651
+ <member name="M:Castle.Core.Logging.ILoggerFactory.Create(System.String)">
2652
+ <summary>
2653
+ Creates a new logger.
2654
+ </summary>
2655
+ </member>
2656
+ <member name="M:Castle.Core.Logging.ILoggerFactory.Create(System.Type,Castle.Core.Logging.LoggerLevel)">
2657
+ <summary>
2658
+ Creates a new logger, getting the logger name from the specified type.
2659
+ </summary>
2660
+ </member>
2661
+ <member name="M:Castle.Core.Logging.ILoggerFactory.Create(System.String,Castle.Core.Logging.LoggerLevel)">
2662
+ <summary>
2663
+ Creates a new logger.
2664
+ </summary>
2665
+ </member>
2666
+ <member name="M:Castle.Core.Logging.IExtendedLoggerFactory.Create(System.Type)">
2667
+ <summary>
2668
+ Creates a new extended logger, getting the logger name from the specified type.
2669
+ </summary>
2670
+ </member>
2671
+ <member name="M:Castle.Core.Logging.IExtendedLoggerFactory.Create(System.String)">
2672
+ <summary>
2673
+ Creates a new extended logger.
2674
+ </summary>
2675
+ </member>
2676
+ <member name="M:Castle.Core.Logging.IExtendedLoggerFactory.Create(System.Type,Castle.Core.Logging.LoggerLevel)">
2677
+ <summary>
2678
+ Creates a new extended logger, getting the logger name from the specified type.
2679
+ </summary>
2680
+ </member>
2681
+ <member name="M:Castle.Core.Logging.IExtendedLoggerFactory.Create(System.String,Castle.Core.Logging.LoggerLevel)">
2682
+ <summary>
2683
+ Creates a new extended logger.
2684
+ </summary>
2685
+ </member>
2686
+ <member name="M:Castle.Core.Logging.AbstractExtendedLoggerFactory.Create(System.Type)">
2687
+ <summary>
2688
+ Creates a new extended logger, getting the logger name from the specified type.
2689
+ </summary>
2690
+ </member>
2691
+ <member name="M:Castle.Core.Logging.AbstractExtendedLoggerFactory.Create(System.String)">
2692
+ <summary>
2693
+ Creates a new extended logger.
2694
+ </summary>
2695
+ </member>
2696
+ <member name="M:Castle.Core.Logging.AbstractExtendedLoggerFactory.Create(System.Type,Castle.Core.Logging.LoggerLevel)">
2697
+ <summary>
2698
+ Creates a new extended logger, getting the logger name from the specified type.
2699
+ </summary>
2700
+ </member>
2701
+ <member name="M:Castle.Core.Logging.AbstractExtendedLoggerFactory.Create(System.String,Castle.Core.Logging.LoggerLevel)">
2702
+ <summary>
2703
+ Creates a new extended logger.
2704
+ </summary>
2705
+ </member>
2706
+ <member name="M:Castle.Core.Logging.AbstractExtendedLoggerFactory.Castle#Core#Logging#ILoggerFactory#Create(System.Type)">
2707
+ <summary>
2708
+ Creates a new logger, getting the logger name from the specified type.
2709
+ </summary>
2710
+ </member>
2711
+ <member name="M:Castle.Core.Logging.AbstractExtendedLoggerFactory.Castle#Core#Logging#ILoggerFactory#Create(System.String)">
2712
+ <summary>
2713
+ Creates a new logger.
2714
+ </summary>
2715
+ </member>
2716
+ <member name="M:Castle.Core.Logging.AbstractExtendedLoggerFactory.Castle#Core#Logging#ILoggerFactory#Create(System.Type,Castle.Core.Logging.LoggerLevel)">
2717
+ <summary>
2718
+ Creates a new logger, getting the logger name from the specified type.
2719
+ </summary>
2720
+ </member>
2721
+ <member name="M:Castle.Core.Logging.AbstractExtendedLoggerFactory.Castle#Core#Logging#ILoggerFactory#Create(System.String,Castle.Core.Logging.LoggerLevel)">
2722
+ <summary>
2723
+ Creates a new logger.
2724
+ </summary>
2725
+ </member>
2726
+ <member name="T:Castle.Core.Logging.IContextProperties">
2727
+ <summary>
2728
+ Interface for Context Properties implementations
2729
+ </summary>
2730
+ <remarks>
2731
+ <para>
2732
+ This interface defines a basic property get set accessor.
2733
+ </para>
2734
+ <para>
2735
+ Based on the ContextPropertiesBase of log4net, by Nicko Cadell.
2736
+ </para>
2737
+ </remarks>
2738
+ </member>
2739
+ <member name="P:Castle.Core.Logging.IContextProperties.Item(System.String)">
2740
+ <summary>
2741
+ Gets or sets the value of a property
2742
+ </summary>
2743
+ <value>
2744
+ The value for the property with the specified key
2745
+ </value>
2746
+ <remarks>
2747
+ <para>
2748
+ Gets or sets the value of a property
2749
+ </para>
2750
+ </remarks>
2751
+ </member>
2752
+ <member name="T:Castle.Core.Logging.NullLogFactory">
2753
+ <summary>
2754
+ NullLogFactory used when logging is turned off.
2755
+ </summary>
2756
+ </member>
2757
+ <member name="M:Castle.Core.Logging.NullLogFactory.Create(System.String)">
2758
+ <summary>
2759
+ Creates an instance of ILogger with the specified name.
2760
+ </summary>
2761
+ <param name="name">Name.</param>
2762
+ <returns></returns>
2763
+ </member>
2764
+ <member name="M:Castle.Core.Logging.NullLogFactory.Create(System.String,Castle.Core.Logging.LoggerLevel)">
2765
+ <summary>
2766
+ Creates an instance of ILogger with the specified name and LoggerLevel.
2767
+ </summary>
2768
+ <param name="name">Name.</param>
2769
+ <param name="level">Level.</param>
2770
+ <returns></returns>
2771
+ </member>
2772
+ <member name="T:Castle.Core.Logging.IExtendedLogger">
2773
+ <summary>
2774
+ Provides an interface that supports <see cref="T:Castle.Core.Logging.ILogger"/> and
2775
+ allows the storage and retrieval of Contexts. These are supported in
2776
+ both log4net and NLog.
2777
+ </summary>
2778
+ </member>
2779
+ <member name="T:Castle.Core.Logging.ILogger">
2780
+ <summary>
2781
+ Manages logging.
2782
+ </summary>
2783
+ <remarks>
2784
+ This is a facade for the different logging subsystems.
2785
+ It offers a simplified interface that follows IOC patterns
2786
+ and a simplified priority/level/severity abstraction.
2787
+ </remarks>
2788
+ </member>
2789
+ <member name="M:Castle.Core.Logging.ILogger.Debug(System.String)">
2790
+ <summary>
2791
+ Logs a debug message.
2792
+ </summary>
2793
+ <param name="message">The message to log</param>
2794
+ </member>
2795
+ <member name="M:Castle.Core.Logging.ILogger.Debug(System.String,System.Exception)">
2796
+ <summary>
2797
+ Logs a debug message.
2798
+ </summary>
2799
+ <param name="exception">The exception to log</param>
2800
+ <param name="message">The message to log</param>
2801
+ </member>
2802
+ <member name="M:Castle.Core.Logging.ILogger.Debug(System.String,System.Object[])">
2803
+ <summary>
2804
+ Logs a debug message.
2805
+ </summary>
2806
+ <param name="format">Format string for the message to log</param>
2807
+ <param name="args">Format arguments for the message to log</param>
2808
+ </member>
2809
+ <member name="M:Castle.Core.Logging.ILogger.DebugFormat(System.String,System.Object[])">
2810
+ <summary>
2811
+ Logs a debug message.
2812
+ </summary>
2813
+ <param name="format">Format string for the message to log</param>
2814
+ <param name="args">Format arguments for the message to log</param>
2815
+ </member>
2816
+ <member name="M:Castle.Core.Logging.ILogger.DebugFormat(System.Exception,System.String,System.Object[])">
2817
+ <summary>
2818
+ Logs a debug message.
2819
+ </summary>
2820
+ <param name="exception">The exception to log</param>
2821
+ <param name="format">Format string for the message to log</param>
2822
+ <param name="args">Format arguments for the message to log</param>
2823
+ </member>
2824
+ <member name="M:Castle.Core.Logging.ILogger.DebugFormat(System.IFormatProvider,System.String,System.Object[])">
2825
+ <summary>
2826
+ Logs a debug message.
2827
+ </summary>
2828
+ <param name="formatProvider">The format provider to use</param>
2829
+ <param name="format">Format string for the message to log</param>
2830
+ <param name="args">Format arguments for the message to log</param>
2831
+ </member>
2832
+ <member name="M:Castle.Core.Logging.ILogger.DebugFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
2833
+ <summary>
2834
+ Logs a debug message.
2835
+ </summary>
2836
+ <param name="exception">The exception to log</param>
2837
+ <param name="formatProvider">The format provider to use</param>
2838
+ <param name="format">Format string for the message to log</param>
2839
+ <param name="args">Format arguments for the message to log</param>
2840
+ </member>
2841
+ <member name="M:Castle.Core.Logging.ILogger.Info(System.String)">
2842
+ <summary>
2843
+ Logs an info message.
2844
+ </summary>
2845
+ <param name="message">The message to log</param>
2846
+ </member>
2847
+ <member name="M:Castle.Core.Logging.ILogger.Info(System.String,System.Exception)">
2848
+ <summary>
2849
+ Logs an info message.
2850
+ </summary>
2851
+ <param name="exception">The exception to log</param>
2852
+ <param name="message">The message to log</param>
2853
+ </member>
2854
+ <member name="M:Castle.Core.Logging.ILogger.Info(System.String,System.Object[])">
2855
+ <summary>
2856
+ Logs an info message.
2857
+ </summary>
2858
+ <param name="format">Format string for the message to log</param>
2859
+ <param name="args">Format arguments for the message to log</param>
2860
+ </member>
2861
+ <member name="M:Castle.Core.Logging.ILogger.InfoFormat(System.String,System.Object[])">
2862
+ <summary>
2863
+ Logs an info message.
2864
+ </summary>
2865
+ <param name="format">Format string for the message to log</param>
2866
+ <param name="args">Format arguments for the message to log</param>
2867
+ </member>
2868
+ <member name="M:Castle.Core.Logging.ILogger.InfoFormat(System.Exception,System.String,System.Object[])">
2869
+ <summary>
2870
+ Logs an info message.
2871
+ </summary>
2872
+ <param name="exception">The exception to log</param>
2873
+ <param name="format">Format string for the message to log</param>
2874
+ <param name="args">Format arguments for the message to log</param>
2875
+ </member>
2876
+ <member name="M:Castle.Core.Logging.ILogger.InfoFormat(System.IFormatProvider,System.String,System.Object[])">
2877
+ <summary>
2878
+ Logs an info message.
2879
+ </summary>
2880
+ <param name="formatProvider">The format provider to use</param>
2881
+ <param name="format">Format string for the message to log</param>
2882
+ <param name="args">Format arguments for the message to log</param>
2883
+ </member>
2884
+ <member name="M:Castle.Core.Logging.ILogger.InfoFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
2885
+ <summary>
2886
+ Logs an info message.
2887
+ </summary>
2888
+ <param name="exception">The exception to log</param>
2889
+ <param name="formatProvider">The format provider to use</param>
2890
+ <param name="format">Format string for the message to log</param>
2891
+ <param name="args">Format arguments for the message to log</param>
2892
+ </member>
2893
+ <member name="M:Castle.Core.Logging.ILogger.Warn(System.String)">
2894
+ <summary>
2895
+ Logs a warn message.
2896
+ </summary>
2897
+ <param name="message">The message to log</param>
2898
+ </member>
2899
+ <member name="M:Castle.Core.Logging.ILogger.Warn(System.String,System.Exception)">
2900
+ <summary>
2901
+ Logs a warn message.
2902
+ </summary>
2903
+ <param name="exception">The exception to log</param>
2904
+ <param name="message">The message to log</param>
2905
+ </member>
2906
+ <member name="M:Castle.Core.Logging.ILogger.Warn(System.String,System.Object[])">
2907
+ <summary>
2908
+ Logs a warn message.
2909
+ </summary>
2910
+ <param name="format">Format string for the message to log</param>
2911
+ <param name="args">Format arguments for the message to log</param>
2912
+ </member>
2913
+ <member name="M:Castle.Core.Logging.ILogger.WarnFormat(System.String,System.Object[])">
2914
+ <summary>
2915
+ Logs a warn message.
2916
+ </summary>
2917
+ <param name="format">Format string for the message to log</param>
2918
+ <param name="args">Format arguments for the message to log</param>
2919
+ </member>
2920
+ <member name="M:Castle.Core.Logging.ILogger.WarnFormat(System.Exception,System.String,System.Object[])">
2921
+ <summary>
2922
+ Logs a warn message.
2923
+ </summary>
2924
+ <param name="exception">The exception to log</param>
2925
+ <param name="format">Format string for the message to log</param>
2926
+ <param name="args">Format arguments for the message to log</param>
2927
+ </member>
2928
+ <member name="M:Castle.Core.Logging.ILogger.WarnFormat(System.IFormatProvider,System.String,System.Object[])">
2929
+ <summary>
2930
+ Logs a warn message.
2931
+ </summary>
2932
+ <param name="formatProvider">The format provider to use</param>
2933
+ <param name="format">Format string for the message to log</param>
2934
+ <param name="args">Format arguments for the message to log</param>
2935
+ </member>
2936
+ <member name="M:Castle.Core.Logging.ILogger.WarnFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
2937
+ <summary>
2938
+ Logs a warn message.
2939
+ </summary>
2940
+ <param name="exception">The exception to log</param>
2941
+ <param name="formatProvider">The format provider to use</param>
2942
+ <param name="format">Format string for the message to log</param>
2943
+ <param name="args">Format arguments for the message to log</param>
2944
+ </member>
2945
+ <member name="M:Castle.Core.Logging.ILogger.Error(System.String)">
2946
+ <summary>
2947
+ Logs an error message.
2948
+ </summary>
2949
+ <param name="message">The message to log</param>
2950
+ </member>
2951
+ <member name="M:Castle.Core.Logging.ILogger.Error(System.String,System.Exception)">
2952
+ <summary>
2953
+ Logs an error message.
2954
+ </summary>
2955
+ <param name="exception">The exception to log</param>
2956
+ <param name="message">The message to log</param>
2957
+ </member>
2958
+ <member name="M:Castle.Core.Logging.ILogger.Error(System.String,System.Object[])">
2959
+ <summary>
2960
+ Logs an error message.
2961
+ </summary>
2962
+ <param name="format">Format string for the message to log</param>
2963
+ <param name="args">Format arguments for the message to log</param>
2964
+ </member>
2965
+ <member name="M:Castle.Core.Logging.ILogger.ErrorFormat(System.String,System.Object[])">
2966
+ <summary>
2967
+ Logs an error message.
2968
+ </summary>
2969
+ <param name="format">Format string for the message to log</param>
2970
+ <param name="args">Format arguments for the message to log</param>
2971
+ </member>
2972
+ <member name="M:Castle.Core.Logging.ILogger.ErrorFormat(System.Exception,System.String,System.Object[])">
2973
+ <summary>
2974
+ Logs an error message.
2975
+ </summary>
2976
+ <param name="exception">The exception to log</param>
2977
+ <param name="format">Format string for the message to log</param>
2978
+ <param name="args">Format arguments for the message to log</param>
2979
+ </member>
2980
+ <member name="M:Castle.Core.Logging.ILogger.ErrorFormat(System.IFormatProvider,System.String,System.Object[])">
2981
+ <summary>
2982
+ Logs an error message.
2983
+ </summary>
2984
+ <param name="formatProvider">The format provider to use</param>
2985
+ <param name="format">Format string for the message to log</param>
2986
+ <param name="args">Format arguments for the message to log</param>
2987
+ </member>
2988
+ <member name="M:Castle.Core.Logging.ILogger.ErrorFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
2989
+ <summary>
2990
+ Logs an error message.
2991
+ </summary>
2992
+ <param name="exception">The exception to log</param>
2993
+ <param name="formatProvider">The format provider to use</param>
2994
+ <param name="format">Format string for the message to log</param>
2995
+ <param name="args">Format arguments for the message to log</param>
2996
+ </member>
2997
+ <member name="M:Castle.Core.Logging.ILogger.Fatal(System.String)">
2998
+ <summary>
2999
+ Logs a fatal message.
3000
+ </summary>
3001
+ <param name="message">The message to log</param>
3002
+ </member>
3003
+ <member name="M:Castle.Core.Logging.ILogger.Fatal(System.String,System.Exception)">
3004
+ <summary>
3005
+ Logs a fatal message.
3006
+ </summary>
3007
+ <param name="exception">The exception to log</param>
3008
+ <param name="message">The message to log</param>
3009
+ </member>
3010
+ <member name="M:Castle.Core.Logging.ILogger.Fatal(System.String,System.Object[])">
3011
+ <summary>
3012
+ Logs a fatal message.
3013
+ </summary>
3014
+ <param name="format">Format string for the message to log</param>
3015
+ <param name="args">Format arguments for the message to log</param>
3016
+ </member>
3017
+ <member name="M:Castle.Core.Logging.ILogger.FatalFormat(System.String,System.Object[])">
3018
+ <summary>
3019
+ Logs a fatal message.
3020
+ </summary>
3021
+ <param name="format">Format string for the message to log</param>
3022
+ <param name="args">Format arguments for the message to log</param>
3023
+ </member>
3024
+ <member name="M:Castle.Core.Logging.ILogger.FatalFormat(System.Exception,System.String,System.Object[])">
3025
+ <summary>
3026
+ Logs a fatal message.
3027
+ </summary>
3028
+ <param name="exception">The exception to log</param>
3029
+ <param name="format">Format string for the message to log</param>
3030
+ <param name="args">Format arguments for the message to log</param>
3031
+ </member>
3032
+ <member name="M:Castle.Core.Logging.ILogger.FatalFormat(System.IFormatProvider,System.String,System.Object[])">
3033
+ <summary>
3034
+ Logs a fatal message.
3035
+ </summary>
3036
+ <param name="formatProvider">The format provider to use</param>
3037
+ <param name="format">Format string for the message to log</param>
3038
+ <param name="args">Format arguments for the message to log</param>
3039
+ </member>
3040
+ <member name="M:Castle.Core.Logging.ILogger.FatalFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
3041
+ <summary>
3042
+ Logs a fatal message.
3043
+ </summary>
3044
+ <param name="exception">The exception to log</param>
3045
+ <param name="formatProvider">The format provider to use</param>
3046
+ <param name="format">Format string for the message to log</param>
3047
+ <param name="args">Format arguments for the message to log</param>
3048
+ </member>
3049
+ <member name="M:Castle.Core.Logging.ILogger.FatalError(System.String)">
3050
+ <summary>
3051
+ Logs a fatal error message.
3052
+ </summary>
3053
+ <param name="message">The Message</param>
3054
+ </member>
3055
+ <member name="M:Castle.Core.Logging.ILogger.FatalError(System.String,System.Exception)">
3056
+ <summary>
3057
+ Logs a fatal error message.
3058
+ </summary>
3059
+ <param name="message">The Message</param>
3060
+ <param name="exception">The Exception</param>
3061
+ </member>
3062
+ <member name="M:Castle.Core.Logging.ILogger.FatalError(System.String,System.Object[])">
3063
+ <summary>
3064
+ Logs a fatal error message.
3065
+ </summary>
3066
+ <param name="format">Message format</param>
3067
+ <param name="args">Array of objects to write using format</param>
3068
+ </member>
3069
+ <member name="M:Castle.Core.Logging.ILogger.CreateChildLogger(System.String)">
3070
+ <summary>
3071
+ Create a new child logger.
3072
+ The name of the child logger is [current-loggers-name].[passed-in-name]
3073
+ </summary>
3074
+ <param name="loggerName">The Subname of this logger.</param>
3075
+ <returns>The New ILogger instance.</returns>
3076
+ <exception cref="T:System.ArgumentException">If the name has an empty element name.</exception>
3077
+ </member>
3078
+ <member name="P:Castle.Core.Logging.ILogger.IsDebugEnabled">
3079
+ <summary>
3080
+ Determines if messages of priority "debug" will be logged.
3081
+ </summary>
3082
+ <value>True if "debug" messages will be logged.</value>
3083
+ </member>
3084
+ <member name="P:Castle.Core.Logging.ILogger.IsInfoEnabled">
3085
+ <summary>
3086
+ Determines if messages of priority "info" will be logged.
3087
+ </summary>
3088
+ <value>True if "info" messages will be logged.</value>
3089
+ </member>
3090
+ <member name="P:Castle.Core.Logging.ILogger.IsWarnEnabled">
3091
+ <summary>
3092
+ Determines if messages of priority "warn" will be logged.
3093
+ </summary>
3094
+ <value>True if "warn" messages will be logged.</value>
3095
+ </member>
3096
+ <member name="P:Castle.Core.Logging.ILogger.IsErrorEnabled">
3097
+ <summary>
3098
+ Determines if messages of priority "error" will be logged.
3099
+ </summary>
3100
+ <value>True if "error" messages will be logged.</value>
3101
+ </member>
3102
+ <member name="P:Castle.Core.Logging.ILogger.IsFatalEnabled">
3103
+ <summary>
3104
+ Determines if messages of priority "fatal" will be logged.
3105
+ </summary>
3106
+ <value>True if "fatal" messages will be logged.</value>
3107
+ </member>
3108
+ <member name="P:Castle.Core.Logging.ILogger.IsFatalErrorEnabled">
3109
+ <summary>
3110
+ Determines if messages of priority "fatalError" will be logged.
3111
+ </summary>
3112
+ <value>True if "fatalError" messages will be logged.</value>
3113
+ </member>
3114
+ <member name="P:Castle.Core.Logging.IExtendedLogger.GlobalProperties">
3115
+ <summary>
3116
+ Exposes the Global Context of the extended logger.
3117
+ </summary>
3118
+ </member>
3119
+ <member name="P:Castle.Core.Logging.IExtendedLogger.ThreadProperties">
3120
+ <summary>
3121
+ Exposes the Thread Context of the extended logger.
3122
+ </summary>
3123
+ </member>
3124
+ <member name="P:Castle.Core.Logging.IExtendedLogger.ThreadStacks">
3125
+ <summary>
3126
+ Exposes the Thread Stack of the extended logger.
3127
+ </summary>
3128
+ </member>
3129
+ <member name="T:Castle.Core.Logging.LoggerLevel">
3130
+ <summary>
3131
+ Supporting Logger levels.
3132
+ </summary>
3133
+ </member>
3134
+ <member name="F:Castle.Core.Logging.LoggerLevel.Off">
3135
+ <summary>
3136
+ Logging will be off
3137
+ </summary>
3138
+ </member>
3139
+ <member name="F:Castle.Core.Logging.LoggerLevel.Fatal">
3140
+ <summary>
3141
+ Fatal logging level
3142
+ </summary>
3143
+ </member>
3144
+ <member name="F:Castle.Core.Logging.LoggerLevel.Error">
3145
+ <summary>
3146
+ Error logging level
3147
+ </summary>
3148
+ </member>
3149
+ <member name="F:Castle.Core.Logging.LoggerLevel.Warn">
3150
+ <summary>
3151
+ Warn logging level
3152
+ </summary>
3153
+ </member>
3154
+ <member name="F:Castle.Core.Logging.LoggerLevel.Info">
3155
+ <summary>
3156
+ Info logging level
3157
+ </summary>
3158
+ </member>
3159
+ <member name="F:Castle.Core.Logging.LoggerLevel.Debug">
3160
+ <summary>
3161
+ Debug logging level
3162
+ </summary>
3163
+ </member>
3164
+ <member name="T:Castle.Core.Logging.ConsoleLogger">
3165
+ <summary>
3166
+ The Logger sending everything to the standard output streams.
3167
+ This is mainly for the cases when you have a utility that
3168
+ does not have a logger to supply.
3169
+ </summary>
3170
+ </member>
3171
+ <member name="T:Castle.Core.Logging.LevelFilteredLogger">
3172
+ <summary>
3173
+ The Level Filtered Logger class. This is a base clase which
3174
+ provides a LogLevel attribute and reroutes all functions into
3175
+ one Log method.
3176
+ </summary>
3177
+ </member>
3178
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.#ctor">
3179
+ <summary>
3180
+ Creates a new <c>LevelFilteredLogger</c>.
3181
+ </summary>
3182
+ </member>
3183
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Debug(System.String)">
3184
+ <summary>
3185
+ Logs a debug message.
3186
+ </summary>
3187
+ <param name="message">The message to log</param>
3188
+ </member>
3189
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Debug(System.String,System.Exception)">
3190
+ <summary>
3191
+ Logs a debug message.
3192
+ </summary>
3193
+ <param name="exception">The exception to log</param>
3194
+ <param name="message">The message to log</param>
3195
+ </member>
3196
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.DebugFormat(System.String,System.Object[])">
3197
+ <summary>
3198
+ Logs a debug message.
3199
+ </summary>
3200
+ <param name="format">Format string for the message to log</param>
3201
+ <param name="args">Format arguments for the message to log</param>
3202
+ </member>
3203
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.DebugFormat(System.Exception,System.String,System.Object[])">
3204
+ <summary>
3205
+ Logs a debug message.
3206
+ </summary>
3207
+ <param name="exception">The exception to log</param>
3208
+ <param name="format">Format string for the message to log</param>
3209
+ <param name="args">Format arguments for the message to log</param>
3210
+ </member>
3211
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.DebugFormat(System.IFormatProvider,System.String,System.Object[])">
3212
+ <summary>
3213
+ Logs a debug message.
3214
+ </summary>
3215
+ <param name="formatProvider">The format provider to use</param>
3216
+ <param name="format">Format string for the message to log</param>
3217
+ <param name="args">Format arguments for the message to log</param>
3218
+ </member>
3219
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.DebugFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
3220
+ <summary>
3221
+ Logs a debug message.
3222
+ </summary>
3223
+ <param name="exception">The exception to log</param>
3224
+ <param name="formatProvider">The format provider to use</param>
3225
+ <param name="format">Format string for the message to log</param>
3226
+ <param name="args">Format arguments for the message to log</param>
3227
+ </member>
3228
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Debug(System.String,System.Object[])">
3229
+ <summary>
3230
+ Logs a debug message.
3231
+ </summary>
3232
+ <param name="format">Message format</param>
3233
+ <param name="args">Array of objects to write using format</param>
3234
+ </member>
3235
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Info(System.String)">
3236
+ <summary>
3237
+ Logs an info message.
3238
+ </summary>
3239
+ <param name="message">The message to log</param>
3240
+ </member>
3241
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Info(System.String,System.Exception)">
3242
+ <summary>
3243
+ Logs an info message.
3244
+ </summary>
3245
+ <param name="exception">The exception to log</param>
3246
+ <param name="message">The message to log</param>
3247
+ </member>
3248
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.InfoFormat(System.String,System.Object[])">
3249
+ <summary>
3250
+ Logs an info message.
3251
+ </summary>
3252
+ <param name="format">Format string for the message to log</param>
3253
+ <param name="args">Format arguments for the message to log</param>
3254
+ </member>
3255
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.InfoFormat(System.Exception,System.String,System.Object[])">
3256
+ <summary>
3257
+ Logs an info message.
3258
+ </summary>
3259
+ <param name="exception">The exception to log</param>
3260
+ <param name="format">Format string for the message to log</param>
3261
+ <param name="args">Format arguments for the message to log</param>
3262
+ </member>
3263
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.InfoFormat(System.IFormatProvider,System.String,System.Object[])">
3264
+ <summary>
3265
+ Logs an info message.
3266
+ </summary>
3267
+ <param name="formatProvider">The format provider to use</param>
3268
+ <param name="format">Format string for the message to log</param>
3269
+ <param name="args">Format arguments for the message to log</param>
3270
+ </member>
3271
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.InfoFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
3272
+ <summary>
3273
+ Logs an info message.
3274
+ </summary>
3275
+ <param name="exception">The exception to log</param>
3276
+ <param name="formatProvider">The format provider to use</param>
3277
+ <param name="format">Format string for the message to log</param>
3278
+ <param name="args">Format arguments for the message to log</param>
3279
+ </member>
3280
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Info(System.String,System.Object[])">
3281
+ <summary>
3282
+ Logs an info message.
3283
+ </summary>
3284
+ <param name="format">Message format</param>
3285
+ <param name="args">Array of objects to write using format</param>
3286
+ </member>
3287
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Warn(System.String)">
3288
+ <summary>
3289
+ Logs a warn message.
3290
+ </summary>
3291
+ <param name="message">The message to log</param>
3292
+ </member>
3293
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Warn(System.String,System.Exception)">
3294
+ <summary>
3295
+ Logs a warn message.
3296
+ </summary>
3297
+ <param name="exception">The exception to log</param>
3298
+ <param name="message">The message to log</param>
3299
+ </member>
3300
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.WarnFormat(System.String,System.Object[])">
3301
+ <summary>
3302
+ Logs a warn message.
3303
+ </summary>
3304
+ <param name="format">Format string for the message to log</param>
3305
+ <param name="args">Format arguments for the message to log</param>
3306
+ </member>
3307
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.WarnFormat(System.Exception,System.String,System.Object[])">
3308
+ <summary>
3309
+ Logs a warn message.
3310
+ </summary>
3311
+ <param name="exception">The exception to log</param>
3312
+ <param name="format">Format string for the message to log</param>
3313
+ <param name="args">Format arguments for the message to log</param>
3314
+ </member>
3315
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.WarnFormat(System.IFormatProvider,System.String,System.Object[])">
3316
+ <summary>
3317
+ Logs a warn message.
3318
+ </summary>
3319
+ <param name="formatProvider">The format provider to use</param>
3320
+ <param name="format">Format string for the message to log</param>
3321
+ <param name="args">Format arguments for the message to log</param>
3322
+ </member>
3323
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.WarnFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
3324
+ <summary>
3325
+ Logs a warn message.
3326
+ </summary>
3327
+ <param name="exception">The exception to log</param>
3328
+ <param name="formatProvider">The format provider to use</param>
3329
+ <param name="format">Format string for the message to log</param>
3330
+ <param name="args">Format arguments for the message to log</param>
3331
+ </member>
3332
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Warn(System.String,System.Object[])">
3333
+ <summary>
3334
+ Logs a warn message.
3335
+ </summary>
3336
+ <param name="format">Message format</param>
3337
+ <param name="args">Array of objects to write using format</param>
3338
+ </member>
3339
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Error(System.String)">
3340
+ <summary>
3341
+ Logs an error message.
3342
+ </summary>
3343
+ <param name="message">The message to log</param>
3344
+ </member>
3345
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Error(System.String,System.Exception)">
3346
+ <summary>
3347
+ Logs an error message.
3348
+ </summary>
3349
+ <param name="exception">The exception to log</param>
3350
+ <param name="message">The message to log</param>
3351
+ </member>
3352
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.ErrorFormat(System.String,System.Object[])">
3353
+ <summary>
3354
+ Logs an error message.
3355
+ </summary>
3356
+ <param name="format">Format string for the message to log</param>
3357
+ <param name="args">Format arguments for the message to log</param>
3358
+ </member>
3359
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.ErrorFormat(System.Exception,System.String,System.Object[])">
3360
+ <summary>
3361
+ Logs an error message.
3362
+ </summary>
3363
+ <param name="exception">The exception to log</param>
3364
+ <param name="format">Format string for the message to log</param>
3365
+ <param name="args">Format arguments for the message to log</param>
3366
+ </member>
3367
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.ErrorFormat(System.IFormatProvider,System.String,System.Object[])">
3368
+ <summary>
3369
+ Logs an error message.
3370
+ </summary>
3371
+ <param name="formatProvider">The format provider to use</param>
3372
+ <param name="format">Format string for the message to log</param>
3373
+ <param name="args">Format arguments for the message to log</param>
3374
+ </member>
3375
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.ErrorFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
3376
+ <summary>
3377
+ Logs an error message.
3378
+ </summary>
3379
+ <param name="exception">The exception to log</param>
3380
+ <param name="formatProvider">The format provider to use</param>
3381
+ <param name="format">Format string for the message to log</param>
3382
+ <param name="args">Format arguments for the message to log</param>
3383
+ </member>
3384
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Error(System.String,System.Object[])">
3385
+ <summary>
3386
+ Logs an error message.
3387
+ </summary>
3388
+ <param name="format">Message format</param>
3389
+ <param name="args">Array of objects to write using format</param>
3390
+ </member>
3391
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Fatal(System.String)">
3392
+ <summary>
3393
+ Logs a fatal message.
3394
+ </summary>
3395
+ <param name="message">The message to log</param>
3396
+ </member>
3397
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Fatal(System.String,System.Exception)">
3398
+ <summary>
3399
+ Logs a fatal message.
3400
+ </summary>
3401
+ <param name="exception">The exception to log</param>
3402
+ <param name="message">The message to log</param>
3403
+ </member>
3404
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalFormat(System.String,System.Object[])">
3405
+ <summary>
3406
+ Logs a fatal message.
3407
+ </summary>
3408
+ <param name="format">Format string for the message to log</param>
3409
+ <param name="args">Format arguments for the message to log</param>
3410
+ </member>
3411
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalFormat(System.Exception,System.String,System.Object[])">
3412
+ <summary>
3413
+ Logs a fatal message.
3414
+ </summary>
3415
+ <param name="exception">The exception to log</param>
3416
+ <param name="format">Format string for the message to log</param>
3417
+ <param name="args">Format arguments for the message to log</param>
3418
+ </member>
3419
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalFormat(System.IFormatProvider,System.String,System.Object[])">
3420
+ <summary>
3421
+ Logs a fatal message.
3422
+ </summary>
3423
+ <param name="formatProvider">The format provider to use</param>
3424
+ <param name="format">Format string for the message to log</param>
3425
+ <param name="args">Format arguments for the message to log</param>
3426
+ </member>
3427
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
3428
+ <summary>
3429
+ Logs a fatal message.
3430
+ </summary>
3431
+ <param name="exception">The exception to log</param>
3432
+ <param name="formatProvider">The format provider to use</param>
3433
+ <param name="format">Format string for the message to log</param>
3434
+ <param name="args">Format arguments for the message to log</param>
3435
+ </member>
3436
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Fatal(System.String,System.Object[])">
3437
+ <summary>
3438
+ Logs a fatal message.
3439
+ </summary>
3440
+ <param name="format">Message format</param>
3441
+ <param name="args">Array of objects to write using format</param>
3442
+ </member>
3443
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalError(System.String)">
3444
+ <summary>
3445
+ Logs a fatal error message.
3446
+ </summary>
3447
+ <param name="message">The Message</param>
3448
+ </member>
3449
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalError(System.String,System.Exception)">
3450
+ <summary>
3451
+ Logs a fatal error message.
3452
+ </summary>
3453
+ <param name="message">The Message</param>
3454
+ <param name="exception">The Exception</param>
3455
+ </member>
3456
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.FatalError(System.String,System.Object[])">
3457
+ <summary>
3458
+ Logs a fatal error message.
3459
+ </summary>
3460
+ <param name="format">Message format</param>
3461
+ <param name="args">Array of objects to write using format</param>
3462
+ </member>
3463
+ <member name="M:Castle.Core.Logging.LevelFilteredLogger.Log(Castle.Core.Logging.LoggerLevel,System.String,System.String,System.Exception)">
3464
+ <summary>
3465
+ Implementors output the log content by implementing this method only.
3466
+ Note that exception can be null
3467
+ </summary>
3468
+ <param name="loggerLevel"></param>
3469
+ <param name="loggerName"></param>
3470
+ <param name="message"></param>
3471
+ <param name="exception"></param>
3472
+ </member>
3473
+ <member name="P:Castle.Core.Logging.LevelFilteredLogger.Level">
3474
+ <value>
3475
+ The <c>LoggerLevel</c> that this logger
3476
+ will be using. Defaults to <c>LoggerLevel.Off</c>
3477
+ </value>
3478
+ </member>
3479
+ <member name="P:Castle.Core.Logging.LevelFilteredLogger.Name">
3480
+ <value>
3481
+ The name that this logger will be using.
3482
+ Defaults to <c>String.Empty</c>
3483
+ </value>
3484
+ </member>
3485
+ <member name="P:Castle.Core.Logging.LevelFilteredLogger.IsDebugEnabled">
3486
+ <summary>
3487
+ Determines if messages of priority "debug" will be logged.
3488
+ </summary>
3489
+ <value><c>true</c> if log level flags include the <see cref="F:Castle.Core.Logging.LoggerLevel.Debug"/> bit</value>
3490
+ </member>
3491
+ <member name="P:Castle.Core.Logging.LevelFilteredLogger.IsInfoEnabled">
3492
+ <summary>
3493
+ Determines if messages of priority "info" will be logged.
3494
+ </summary>
3495
+ <value><c>true</c> if log level flags include the <see cref="F:Castle.Core.Logging.LoggerLevel.Info"/> bit</value>
3496
+ </member>
3497
+ <member name="P:Castle.Core.Logging.LevelFilteredLogger.IsWarnEnabled">
3498
+ <summary>
3499
+ Determines if messages of priority "warn" will be logged.
3500
+ </summary>
3501
+ <value><c>true</c> if log level flags include the <see cref="F:Castle.Core.Logging.LoggerLevel.Warn"/> bit</value>
3502
+ </member>
3503
+ <member name="P:Castle.Core.Logging.LevelFilteredLogger.IsErrorEnabled">
3504
+ <summary>
3505
+ Determines if messages of priority "error" will be logged.
3506
+ </summary>
3507
+ <value><c>true</c> if log level flags include the <see cref="F:Castle.Core.Logging.LoggerLevel.Error"/> bit</value>
3508
+ </member>
3509
+ <member name="P:Castle.Core.Logging.LevelFilteredLogger.IsFatalEnabled">
3510
+ <summary>
3511
+ Determines if messages of priority "fatal" will be logged.
3512
+ </summary>
3513
+ <value><c>true</c> if log level flags include the <see cref="F:Castle.Core.Logging.LoggerLevel.Fatal"/> bit</value>
3514
+ </member>
3515
+ <member name="P:Castle.Core.Logging.LevelFilteredLogger.IsFatalErrorEnabled">
3516
+ <summary>
3517
+ Determines if messages of priority "fatal" will be logged.
3518
+ </summary>
3519
+ <value><c>true</c> if log level flags include the <see cref="F:Castle.Core.Logging.LoggerLevel.Fatal"/> bit</value>
3520
+ </member>
3521
+ <member name="M:Castle.Core.Logging.ConsoleLogger.#ctor">
3522
+ <summary>
3523
+ Creates a new ConsoleLogger with the <c>Level</c>
3524
+ set to <c>LoggerLevel.Debug</c> and the <c>Name</c>
3525
+ set to <c>String.Empty</c>.
3526
+ </summary>
3527
+ </member>
3528
+ <member name="M:Castle.Core.Logging.ConsoleLogger.#ctor(Castle.Core.Logging.LoggerLevel)">
3529
+ <summary>
3530
+ Creates a new ConsoleLogger with the <c>Name</c>
3531
+ set to <c>String.Empty</c>.
3532
+ </summary>
3533
+ <param name="logLevel">The logs Level.</param>
3534
+ </member>
3535
+ <member name="M:Castle.Core.Logging.ConsoleLogger.#ctor(System.String)">
3536
+ <summary>
3537
+ Creates a new ConsoleLogger with the <c>Level</c>
3538
+ set to <c>LoggerLevel.Debug</c>.
3539
+ </summary>
3540
+ <param name="name">The logs Name.</param>
3541
+ </member>
3542
+ <member name="M:Castle.Core.Logging.ConsoleLogger.#ctor(System.String,Castle.Core.Logging.LoggerLevel)">
3543
+ <summary>
3544
+ Creates a new ConsoleLogger.
3545
+ </summary>
3546
+ <param name="name">The logs Name.</param>
3547
+ <param name="logLevel">The logs Level.</param>
3548
+ </member>
3549
+ <member name="M:Castle.Core.Logging.ConsoleLogger.Log(Castle.Core.Logging.LoggerLevel,System.String,System.String,System.Exception)">
3550
+ <summary>
3551
+ A Common method to log.
3552
+ </summary>
3553
+ <param name="loggerLevel">The level of logging</param>
3554
+ <param name="loggerName">The name of the logger</param>
3555
+ <param name="message">The Message</param>
3556
+ <param name="exception">The Exception</param>
3557
+ </member>
3558
+ <member name="M:Castle.Core.Logging.ConsoleLogger.CreateChildLogger(System.String)">
3559
+ <summary>
3560
+ Returns a new <c>ConsoleLogger</c> with the name
3561
+ added after this loggers name, with a dot in between.
3562
+ </summary>
3563
+ <param name="loggerName">The added hierarchical name.</param>
3564
+ <returns>A new <c>ConsoleLogger</c>.</returns>
3565
+ </member>
3566
+ <member name="T:Castle.Core.Logging.NullLogger">
3567
+ <summary>
3568
+ The Null Logger class. This is useful for implementations where you need
3569
+ to provide a logger to a utility class, but do not want any output from it.
3570
+ It also helps when you have a utility that does not have a logger to supply.
3571
+ </summary>
3572
+ </member>
3573
+ <member name="M:Castle.Core.Logging.NullLogger.#ctor">
3574
+ <summary>
3575
+ Creates a new <c>NullLogger</c>.
3576
+ </summary>
3577
+ </member>
3578
+ <member name="M:Castle.Core.Logging.NullLogger.Debug(System.String)">
3579
+ <summary>
3580
+ No-op.
3581
+ </summary>
3582
+ <param name="message">Ignored</param>
3583
+ </member>
3584
+ <member name="M:Castle.Core.Logging.NullLogger.Debug(System.String,System.Exception)">
3585
+ <summary>
3586
+ No-op.
3587
+ </summary>
3588
+ <param name="exception">Ignored</param>
3589
+ <param name="message">Ignored</param>
3590
+ </member>
3591
+ <member name="M:Castle.Core.Logging.NullLogger.Debug(System.String,System.Object[])">
3592
+ <summary>
3593
+ No-op.
3594
+ </summary>
3595
+ <param name="format">Ignored</param>
3596
+ <param name="args">Ignored</param>
3597
+ </member>
3598
+ <member name="M:Castle.Core.Logging.NullLogger.DebugFormat(System.String,System.Object[])">
3599
+ <summary>
3600
+ No-op.
3601
+ </summary>
3602
+ <param name="format">Ignored</param>
3603
+ <param name="args">Ignored</param>
3604
+ </member>
3605
+ <member name="M:Castle.Core.Logging.NullLogger.DebugFormat(System.Exception,System.String,System.Object[])">
3606
+ <summary>
3607
+ No-op.
3608
+ </summary>
3609
+ <param name="exception">Ignored</param>
3610
+ <param name="format">Ignored</param>
3611
+ <param name="args">Ignored</param>
3612
+ </member>
3613
+ <member name="M:Castle.Core.Logging.NullLogger.DebugFormat(System.IFormatProvider,System.String,System.Object[])">
3614
+ <summary>
3615
+ No-op.
3616
+ </summary>
3617
+ <param name="formatProvider">Ignored</param>
3618
+ <param name="format">Ignored</param>
3619
+ <param name="args">Ignored</param>
3620
+ </member>
3621
+ <member name="M:Castle.Core.Logging.NullLogger.DebugFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
3622
+ <summary>
3623
+ No-op.
3624
+ </summary>
3625
+ <param name="exception">Ignored</param>
3626
+ <param name="formatProvider">Ignored</param>
3627
+ <param name="format">Ignored</param>
3628
+ <param name="args">Ignored</param>
3629
+ </member>
3630
+ <member name="M:Castle.Core.Logging.NullLogger.Info(System.String)">
3631
+ <summary>
3632
+ No-op.
3633
+ </summary>
3634
+ <param name="message">Ignored</param>
3635
+ </member>
3636
+ <member name="M:Castle.Core.Logging.NullLogger.Info(System.String,System.Exception)">
3637
+ <summary>
3638
+ No-op.
3639
+ </summary>
3640
+ <param name="exception">Ignored</param>
3641
+ <param name="message">Ignored</param>
3642
+ </member>
3643
+ <member name="M:Castle.Core.Logging.NullLogger.Info(System.String,System.Object[])">
3644
+ <summary>
3645
+ No-op.
3646
+ </summary>
3647
+ <param name="format">Ignored</param>
3648
+ <param name="args">Ignored</param>
3649
+ </member>
3650
+ <member name="M:Castle.Core.Logging.NullLogger.InfoFormat(System.String,System.Object[])">
3651
+ <summary>
3652
+ No-op.
3653
+ </summary>
3654
+ <param name="format">Ignored</param>
3655
+ <param name="args">Ignored</param>
3656
+ </member>
3657
+ <member name="M:Castle.Core.Logging.NullLogger.InfoFormat(System.Exception,System.String,System.Object[])">
3658
+ <summary>
3659
+ No-op.
3660
+ </summary>
3661
+ <param name="exception">Ignored</param>
3662
+ <param name="format">Ignored</param>
3663
+ <param name="args">Ignored</param>
3664
+ </member>
3665
+ <member name="M:Castle.Core.Logging.NullLogger.InfoFormat(System.IFormatProvider,System.String,System.Object[])">
3666
+ <summary>
3667
+ No-op.
3668
+ </summary>
3669
+ <param name="formatProvider">Ignored</param>
3670
+ <param name="format">Ignored</param>
3671
+ <param name="args">Ignored</param>
3672
+ </member>
3673
+ <member name="M:Castle.Core.Logging.NullLogger.InfoFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
3674
+ <summary>
3675
+ No-op.
3676
+ </summary>
3677
+ <param name="exception">Ignored</param>
3678
+ <param name="formatProvider">Ignored</param>
3679
+ <param name="format">Ignored</param>
3680
+ <param name="args">Ignored</param>
3681
+ </member>
3682
+ <member name="M:Castle.Core.Logging.NullLogger.Warn(System.String)">
3683
+ <summary>
3684
+ No-op.
3685
+ </summary>
3686
+ <param name="message">Ignored</param>
3687
+ </member>
3688
+ <member name="M:Castle.Core.Logging.NullLogger.Warn(System.String,System.Exception)">
3689
+ <summary>
3690
+ No-op.
3691
+ </summary>
3692
+ <param name="exception">Ignored</param>
3693
+ <param name="message">Ignored</param>
3694
+ </member>
3695
+ <member name="M:Castle.Core.Logging.NullLogger.Warn(System.String,System.Object[])">
3696
+ <summary>
3697
+ No-op.
3698
+ </summary>
3699
+ <param name="format">Ignored</param>
3700
+ <param name="args">Ignored</param>
3701
+ </member>
3702
+ <member name="M:Castle.Core.Logging.NullLogger.WarnFormat(System.String,System.Object[])">
3703
+ <summary>
3704
+ No-op.
3705
+ </summary>
3706
+ <param name="format">Ignored</param>
3707
+ <param name="args">Ignored</param>
3708
+ </member>
3709
+ <member name="M:Castle.Core.Logging.NullLogger.WarnFormat(System.Exception,System.String,System.Object[])">
3710
+ <summary>
3711
+ No-op.
3712
+ </summary>
3713
+ <param name="exception">Ignored</param>
3714
+ <param name="format">Ignored</param>
3715
+ <param name="args">Ignored</param>
3716
+ </member>
3717
+ <member name="M:Castle.Core.Logging.NullLogger.WarnFormat(System.IFormatProvider,System.String,System.Object[])">
3718
+ <summary>
3719
+ No-op.
3720
+ </summary>
3721
+ <param name="formatProvider">Ignored</param>
3722
+ <param name="format">Ignored</param>
3723
+ <param name="args">Ignored</param>
3724
+ </member>
3725
+ <member name="M:Castle.Core.Logging.NullLogger.WarnFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
3726
+ <summary>
3727
+ No-op.
3728
+ </summary>
3729
+ <param name="exception">Ignored</param>
3730
+ <param name="formatProvider">Ignored</param>
3731
+ <param name="format">Ignored</param>
3732
+ <param name="args">Ignored</param>
3733
+ </member>
3734
+ <member name="M:Castle.Core.Logging.NullLogger.Error(System.String)">
3735
+ <summary>
3736
+ No-op.
3737
+ </summary>
3738
+ <param name="message">Ignored</param>
3739
+ </member>
3740
+ <member name="M:Castle.Core.Logging.NullLogger.Error(System.String,System.Exception)">
3741
+ <summary>
3742
+ No-op.
3743
+ </summary>
3744
+ <param name="exception">Ignored</param>
3745
+ <param name="message">Ignored</param>
3746
+ </member>
3747
+ <member name="M:Castle.Core.Logging.NullLogger.Error(System.String,System.Object[])">
3748
+ <summary>
3749
+ No-op.
3750
+ </summary>
3751
+ <param name="format">Ignored</param>
3752
+ <param name="args">Ignored</param>
3753
+ </member>
3754
+ <member name="M:Castle.Core.Logging.NullLogger.ErrorFormat(System.String,System.Object[])">
3755
+ <summary>
3756
+ No-op.
3757
+ </summary>
3758
+ <param name="format">Ignored</param>
3759
+ <param name="args">Ignored</param>
3760
+ </member>
3761
+ <member name="M:Castle.Core.Logging.NullLogger.ErrorFormat(System.Exception,System.String,System.Object[])">
3762
+ <summary>
3763
+ No-op.
3764
+ </summary>
3765
+ <param name="exception">Ignored</param>
3766
+ <param name="format">Ignored</param>
3767
+ <param name="args">Ignored</param>
3768
+ </member>
3769
+ <member name="M:Castle.Core.Logging.NullLogger.ErrorFormat(System.IFormatProvider,System.String,System.Object[])">
3770
+ <summary>
3771
+ No-op.
3772
+ </summary>
3773
+ <param name="formatProvider">Ignored</param>
3774
+ <param name="format">Ignored</param>
3775
+ <param name="args">Ignored</param>
3776
+ </member>
3777
+ <member name="M:Castle.Core.Logging.NullLogger.ErrorFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
3778
+ <summary>
3779
+ No-op.
3780
+ </summary>
3781
+ <param name="exception">Ignored</param>
3782
+ <param name="formatProvider">Ignored</param>
3783
+ <param name="format">Ignored</param>
3784
+ <param name="args">Ignored</param>
3785
+ </member>
3786
+ <member name="M:Castle.Core.Logging.NullLogger.Fatal(System.String)">
3787
+ <summary>
3788
+ No-op.
3789
+ </summary>
3790
+ <param name="message">Ignored</param>
3791
+ </member>
3792
+ <member name="M:Castle.Core.Logging.NullLogger.Fatal(System.String,System.Exception)">
3793
+ <summary>
3794
+ No-op.
3795
+ </summary>
3796
+ <param name="exception">Ignored</param>
3797
+ <param name="message">Ignored</param>
3798
+ </member>
3799
+ <member name="M:Castle.Core.Logging.NullLogger.Fatal(System.String,System.Object[])">
3800
+ <summary>
3801
+ No-op.
3802
+ </summary>
3803
+ <param name="format">Ignored</param>
3804
+ <param name="args">Ignored</param>
3805
+ </member>
3806
+ <member name="M:Castle.Core.Logging.NullLogger.FatalFormat(System.String,System.Object[])">
3807
+ <summary>
3808
+ No-op.
3809
+ </summary>
3810
+ <param name="format">Ignored</param>
3811
+ <param name="args">Ignored</param>
3812
+ </member>
3813
+ <member name="M:Castle.Core.Logging.NullLogger.FatalFormat(System.Exception,System.String,System.Object[])">
3814
+ <summary>
3815
+ No-op.
3816
+ </summary>
3817
+ <param name="exception">Ignored</param>
3818
+ <param name="format">Ignored</param>
3819
+ <param name="args">Ignored</param>
3820
+ </member>
3821
+ <member name="M:Castle.Core.Logging.NullLogger.FatalFormat(System.IFormatProvider,System.String,System.Object[])">
3822
+ <summary>
3823
+ No-op.
3824
+ </summary>
3825
+ <param name="formatProvider">Ignored</param>
3826
+ <param name="format">Ignored</param>
3827
+ <param name="args">Ignored</param>
3828
+ </member>
3829
+ <member name="M:Castle.Core.Logging.NullLogger.FatalFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
3830
+ <summary>
3831
+ No-op.
3832
+ </summary>
3833
+ <param name="exception">Ignored</param>
3834
+ <param name="formatProvider">Ignored</param>
3835
+ <param name="format">Ignored</param>
3836
+ <param name="args">Ignored</param>
3837
+ </member>
3838
+ <member name="M:Castle.Core.Logging.NullLogger.FatalError(System.String)">
3839
+ <summary>
3840
+ No-op.
3841
+ </summary>
3842
+ <param name="message">Ignored</param>
3843
+ </member>
3844
+ <member name="M:Castle.Core.Logging.NullLogger.FatalError(System.String,System.Exception)">
3845
+ <summary>
3846
+ No-op.
3847
+ </summary>
3848
+ <param name="message">Ignored</param>
3849
+ <param name="exception">Ignored</param>
3850
+ </member>
3851
+ <member name="M:Castle.Core.Logging.NullLogger.FatalError(System.String,System.Object[])">
3852
+ <summary>
3853
+ No-op.
3854
+ </summary>
3855
+ <param name="format">Ignored</param>
3856
+ <param name="args">Ignored</param>
3857
+ </member>
3858
+ <member name="M:Castle.Core.Logging.NullLogger.CreateChildLogger(System.String)">
3859
+ <summary>
3860
+ Returns this <c>NullLogger</c>.
3861
+ </summary>
3862
+ <param name="loggerName">Ignored</param>
3863
+ <returns>This ILogger instance.</returns>
3864
+ </member>
3865
+ <member name="P:Castle.Core.Logging.NullLogger.IsDebugEnabled">
3866
+ <summary>
3867
+ No-op.
3868
+ </summary>
3869
+ <value>false</value>
3870
+ </member>
3871
+ <member name="P:Castle.Core.Logging.NullLogger.IsInfoEnabled">
3872
+ <summary>
3873
+ No-op.
3874
+ </summary>
3875
+ <value>false</value>
3876
+ </member>
3877
+ <member name="P:Castle.Core.Logging.NullLogger.IsWarnEnabled">
3878
+ <summary>
3879
+ No-op.
3880
+ </summary>
3881
+ <value>false</value>
3882
+ </member>
3883
+ <member name="P:Castle.Core.Logging.NullLogger.IsErrorEnabled">
3884
+ <summary>
3885
+ No-op.
3886
+ </summary>
3887
+ <value>false</value>
3888
+ </member>
3889
+ <member name="P:Castle.Core.Logging.NullLogger.IsFatalEnabled">
3890
+ <summary>
3891
+ No-op.
3892
+ </summary>
3893
+ <value>false</value>
3894
+ </member>
3895
+ <member name="P:Castle.Core.Logging.NullLogger.IsFatalErrorEnabled">
3896
+ <summary>
3897
+ No-op.
3898
+ </summary>
3899
+ <value>false</value>
3900
+ </member>
3901
+ <member name="P:Castle.Core.Logging.NullLogger.GlobalProperties">
3902
+ <summary>
3903
+ Returns empty context properties.
3904
+ </summary>
3905
+ </member>
3906
+ <member name="P:Castle.Core.Logging.NullLogger.ThreadProperties">
3907
+ <summary>
3908
+ Returns empty context properties.
3909
+ </summary>
3910
+ </member>
3911
+ <member name="P:Castle.Core.Logging.NullLogger.ThreadStacks">
3912
+ <summary>
3913
+ Returns empty context stacks.
3914
+ </summary>
3915
+ </member>
3916
+ <member name="T:Castle.Core.Logging.StreamLogger">
3917
+ <summary>
3918
+ The Stream Logger class. This class can stream log information
3919
+ to any stream, it is suitable for storing a log file to disk,
3920
+ or to a <c>MemoryStream</c> for testing your components.
3921
+ </summary>
3922
+ <remarks>
3923
+ This logger is not thread safe.
3924
+ </remarks>
3925
+ </member>
3926
+ <member name="M:Castle.Core.Logging.StreamLogger.#ctor(System.String,System.IO.Stream)">
3927
+ <summary>
3928
+ Creates a new <c>StreamLogger</c> with default encoding
3929
+ and buffer size. Initial Level is set to Debug.
3930
+ </summary>
3931
+ <param name="name">
3932
+ The name of the log.
3933
+ </param>
3934
+ <param name="stream">
3935
+ The stream that will be used for logging,
3936
+ seeking while the logger is alive
3937
+ </param>
3938
+ </member>
3939
+ <member name="M:Castle.Core.Logging.StreamLogger.#ctor(System.String,System.IO.Stream,System.Text.Encoding)">
3940
+ <summary>
3941
+ Creates a new <c>StreamLogger</c> with default buffer size.
3942
+ Initial Level is set to Debug.
3943
+ </summary>
3944
+ <param name="name">
3945
+ The name of the log.
3946
+ </param>
3947
+ <param name="stream">
3948
+ The stream that will be used for logging,
3949
+ seeking while the logger is alive
3950
+ </param>
3951
+ <param name="encoding">
3952
+ The encoding that will be used for this stream.
3953
+ <see cref="T:System.IO.StreamWriter"/>
3954
+ </param>
3955
+ </member>
3956
+ <member name="M:Castle.Core.Logging.StreamLogger.#ctor(System.String,System.IO.Stream,System.Text.Encoding,System.Int32)">
3957
+ <summary>
3958
+ Creates a new <c>StreamLogger</c>.
3959
+ Initial Level is set to Debug.
3960
+ </summary>
3961
+ <param name="name">
3962
+ The name of the log.
3963
+ </param>
3964
+ <param name="stream">
3965
+ The stream that will be used for logging,
3966
+ seeking while the logger is alive
3967
+ </param>
3968
+ <param name="encoding">
3969
+ The encoding that will be used for this stream.
3970
+ <see cref="T:System.IO.StreamWriter"/>
3971
+ </param>
3972
+ <param name="bufferSize">
3973
+ The buffer size that will be used for this stream.
3974
+ <see cref="T:System.IO.StreamWriter"/>
3975
+ </param>
3976
+ </member>
3977
+ <member name="M:Castle.Core.Logging.StreamLogger.#ctor(System.String,System.IO.StreamWriter)">
3978
+ <summary>
3979
+ Creates a new <c>StreamLogger</c> with
3980
+ Debug as default Level.
3981
+ </summary>
3982
+ <param name="name">The name of the log.</param>
3983
+ <param name="writer">The <c>StreamWriter</c> the log will write to.</param>
3984
+ </member>
3985
+ <member name="T:Castle.Core.Configuration.AbstractConfiguration">
3986
+ <summary>
3987
+ This is an abstract <see cref="T:Castle.Core.Configuration.IConfiguration"/> implementation
3988
+ that deals with methods that can be abstracted away
3989
+ from underlying implementations.
3990
+ </summary>
3991
+ <remarks>
3992
+ <para><b>AbstractConfiguration</b> makes easier to implementers
3993
+ to create a new version of <see cref="T:Castle.Core.Configuration.IConfiguration"/></para>
3994
+ </remarks>
3995
+ </member>
3996
+ <member name="T:Castle.Core.Configuration.IConfiguration">
3997
+ <summary>
3998
+ <see cref="T:Castle.Core.Configuration.IConfiguration"/> is a interface encapsulating a configuration node
3999
+ used to retrieve configuration values.
4000
+ </summary>
4001
+ </member>
4002
+ <member name="M:Castle.Core.Configuration.IConfiguration.GetValue(System.Type,System.Object)">
4003
+ <summary>
4004
+ Gets the value of the node and converts it
4005
+ into specified <see cref="T:System.Type"/>.
4006
+ </summary>
4007
+ <param name="type">The <see cref="T:System.Type"/></param>
4008
+ <param name="defaultValue">
4009
+ The Default value returned if the convertion fails.
4010
+ </param>
4011
+ <returns>The Value converted into the specified type.</returns>
4012
+ </member>
4013
+ <member name="P:Castle.Core.Configuration.IConfiguration.Name">
4014
+ <summary>
4015
+ Gets the name of the node.
4016
+ </summary>
4017
+ <value>
4018
+ The Name of the node.
4019
+ </value>
4020
+ </member>
4021
+ <member name="P:Castle.Core.Configuration.IConfiguration.Value">
4022
+ <summary>
4023
+ Gets the value of the node.
4024
+ </summary>
4025
+ <value>
4026
+ The Value of the node.
4027
+ </value>
4028
+ </member>
4029
+ <member name="P:Castle.Core.Configuration.IConfiguration.Children">
4030
+ <summary>
4031
+ Gets an <see cref="T:Castle.Core.Configuration.ConfigurationCollection"/> of <see cref="T:Castle.Core.Configuration.IConfiguration"/>
4032
+ elements containing all node children.
4033
+ </summary>
4034
+ <value>The Collection of child nodes.</value>
4035
+ </member>
4036
+ <member name="P:Castle.Core.Configuration.IConfiguration.Attributes">
4037
+ <summary>
4038
+ Gets an <see cref="T:System.Collections.IDictionary"/> of the configuration attributes.
4039
+ </summary>
4040
+ </member>
4041
+ <member name="M:Castle.Core.Configuration.AbstractConfiguration.GetValue(System.Type,System.Object)">
4042
+ <summary>
4043
+ Gets the value of the node and converts it
4044
+ into specified <see cref="T:System.Type"/>.
4045
+ </summary>
4046
+ <param name="type">The <see cref="T:System.Type"/></param>
4047
+ <param name="defaultValue">
4048
+ The Default value returned if the convertion fails.
4049
+ </param>
4050
+ <returns>The Value converted into the specified type.</returns>
4051
+ </member>
4052
+ <member name="P:Castle.Core.Configuration.AbstractConfiguration.Name">
4053
+ <summary>
4054
+ Gets the name of the <see cref="T:Castle.Core.Configuration.IConfiguration"/>.
4055
+ </summary>
4056
+ <value>
4057
+ The Name of the <see cref="T:Castle.Core.Configuration.IConfiguration"/>.
4058
+ </value>
4059
+ </member>
4060
+ <member name="P:Castle.Core.Configuration.AbstractConfiguration.Value">
4061
+ <summary>
4062
+ Gets the value of <see cref="T:Castle.Core.Configuration.IConfiguration"/>.
4063
+ </summary>
4064
+ <value>
4065
+ The Value of the <see cref="T:Castle.Core.Configuration.IConfiguration"/>.
4066
+ </value>
4067
+ </member>
4068
+ <member name="P:Castle.Core.Configuration.AbstractConfiguration.Children">
4069
+ <summary>
4070
+ Gets all child nodes.
4071
+ </summary>
4072
+ <value>The <see cref="T:Castle.Core.Configuration.ConfigurationCollection"/> of child nodes.</value>
4073
+ </member>
4074
+ <member name="P:Castle.Core.Configuration.AbstractConfiguration.Attributes">
4075
+ <summary>
4076
+ Gets node attributes.
4077
+ </summary>
4078
+ <value>
4079
+ All attributes of the node.
4080
+ </value>
4081
+ </member>
4082
+ <member name="T:Castle.Core.Configuration.ConfigurationCollection">
4083
+ <summary>
4084
+ A collection of <see cref="T:Castle.Core.Configuration.IConfiguration"/> objects.
4085
+ </summary>
4086
+ </member>
4087
+ <member name="M:Castle.Core.Configuration.ConfigurationCollection.#ctor">
4088
+ <summary>
4089
+ Creates a new instance of <c>ConfigurationCollection</c>.
4090
+ </summary>
4091
+ </member>
4092
+ <member name="M:Castle.Core.Configuration.ConfigurationCollection.#ctor(System.Collections.Generic.IEnumerable{Castle.Core.Configuration.IConfiguration})">
4093
+ <summary>
4094
+ Creates a new instance of <c>ConfigurationCollection</c>.
4095
+ </summary>
4096
+ </member>
4097
+ <member name="T:Castle.Core.Configuration.MutableConfiguration">
4098
+ <summary>
4099
+ Summary description for MutableConfiguration.
4100
+ </summary>
4101
+ </member>
4102
+ <member name="M:Castle.Core.Configuration.MutableConfiguration.#ctor(System.String)">
4103
+ <summary>
4104
+ Initializes a new instance of the <see cref="T:Castle.Core.Configuration.MutableConfiguration"/> class.
4105
+ </summary>
4106
+ <param name="name">The name.</param>
4107
+ </member>
4108
+ <member name="P:Castle.Core.Configuration.MutableConfiguration.Value">
4109
+ <summary>
4110
+ Gets the value of <see cref="T:Castle.Core.Configuration.IConfiguration"/>.
4111
+ </summary>
4112
+ <value>
4113
+ The Value of the <see cref="T:Castle.Core.Configuration.IConfiguration"/>.
4114
+ </value>
4115
+ </member>
4116
+ <member name="T:Castle.Core.Pair`2">
4117
+ <summary>
4118
+ General purpose class to represent a standard pair of values.
4119
+ </summary>
4120
+ <typeparam name="TFirst">Type of the first value</typeparam>
4121
+ <typeparam name="TSecond">Type of the second value</typeparam>
4122
+ </member>
4123
+ <member name="M:Castle.Core.Pair`2.#ctor(`0,`1)">
4124
+ <summary>
4125
+ Constructs a pair with its values
4126
+ </summary>
4127
+ <param name="first"></param>
4128
+ <param name="second"></param>
4129
+ </member>
4130
+ <member name="T:Castle.Core.ProxyServices">
4131
+ <summary>
4132
+ List of utility methods related to dynamic proxy operations
4133
+ </summary>
4134
+ </member>
4135
+ <member name="M:Castle.Core.ProxyServices.IsDynamicProxy(System.Type)">
4136
+ <summary>
4137
+ Determines whether the specified type is a proxy generated by
4138
+ DynamicProxy (1 or 2).
4139
+ </summary>
4140
+ <param name="type">The type.</param>
4141
+ <returns>
4142
+ <c>true</c> if it is a proxy; otherwise, <c>false</c>.
4143
+ </returns>
4144
+ </member>
4145
+ <member name="T:Castle.Core.ReflectionBasedDictionaryAdapter">
4146
+ <summary>
4147
+ Pendent
4148
+ </summary>
4149
+ </member>
4150
+ <member name="M:Castle.Core.ReflectionBasedDictionaryAdapter.#ctor(System.Object)">
4151
+ <summary>
4152
+ Initializes a new instance of the <see cref="T:Castle.Core.ReflectionBasedDictionaryAdapter"/> class.
4153
+ </summary>
4154
+ <param name="target">The target.</param>
4155
+ </member>
4156
+ <member name="M:Castle.Core.ReflectionBasedDictionaryAdapter.Contains(System.Object)">
4157
+ <summary>
4158
+ Determines whether the <see cref="T:System.Collections.IDictionary"/> object contains an element with the specified key.
4159
+ </summary>
4160
+ <param name="key">The key to locate in the <see cref="T:System.Collections.IDictionary"/> object.</param>
4161
+ <returns>
4162
+ true if the <see cref="T:System.Collections.IDictionary"/> contains an element with the key; otherwise, false.
4163
+ </returns>
4164
+ <exception cref="T:System.ArgumentNullException">
4165
+ <paramref name="key"/> is null. </exception>
4166
+ </member>
4167
+ <member name="M:Castle.Core.ReflectionBasedDictionaryAdapter.Add(System.Object,System.Object)">
4168
+ <summary>
4169
+ Adds an element with the provided key and value to the <see cref="T:System.Collections.IDictionary"/> object.
4170
+ </summary>
4171
+ <param name="key">The <see cref="T:System.Object"/> to use as the key of the element to add.</param>
4172
+ <param name="value">The <see cref="T:System.Object"/> to use as the value of the element to add.</param>
4173
+ <exception cref="T:System.ArgumentNullException">
4174
+ <paramref name="key"/> is null. </exception>
4175
+ <exception cref="T:System.ArgumentException">An element with the same key already exists in the <see cref="T:System.Collections.IDictionary"/> object. </exception>
4176
+ <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IDictionary"/> is read-only.-or- The <see cref="T:System.Collections.IDictionary"/> has a fixed size. </exception>
4177
+ </member>
4178
+ <member name="M:Castle.Core.ReflectionBasedDictionaryAdapter.Clear">
4179
+ <summary>
4180
+ Removes all elements from the <see cref="T:System.Collections.IDictionary"/> object.
4181
+ </summary>
4182
+ <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IDictionary"/> object is read-only. </exception>
4183
+ </member>
4184
+ <member name="M:Castle.Core.ReflectionBasedDictionaryAdapter.System#Collections#IDictionary#GetEnumerator">
4185
+ <summary>
4186
+ Returns an <see cref="T:System.Collections.IDictionaryEnumerator"/> object for the <see cref="T:System.Collections.IDictionary"/> object.
4187
+ </summary>
4188
+ <returns>
4189
+ An <see cref="T:System.Collections.IDictionaryEnumerator"/> object for the <see cref="T:System.Collections.IDictionary"/> object.
4190
+ </returns>
4191
+ </member>
4192
+ <member name="M:Castle.Core.ReflectionBasedDictionaryAdapter.Remove(System.Object)">
4193
+ <summary>
4194
+ Removes the element with the specified key from the <see cref="T:System.Collections.IDictionary"/> object.
4195
+ </summary>
4196
+ <param name="key">The key of the element to remove.</param>
4197
+ <exception cref="T:System.ArgumentNullException">
4198
+ <paramref name="key"/> is null. </exception>
4199
+ <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>
4200
+ </member>
4201
+ <member name="M:Castle.Core.ReflectionBasedDictionaryAdapter.CopyTo(System.Array,System.Int32)">
4202
+ <summary>
4203
+ 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.
4204
+ </summary>
4205
+ <param name="array">The one-dimensional <see cref="T:System.Array"/> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection"/>. The <see cref="T:System.Array"/> must have zero-based indexing.</param>
4206
+ <param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
4207
+ <exception cref="T:System.ArgumentNullException">
4208
+ <paramref name="array"/> is null. </exception>
4209
+ <exception cref="T:System.ArgumentOutOfRangeException">
4210
+ <paramref name="index"/> is less than zero. </exception>
4211
+ <exception cref="T:System.ArgumentException">
4212
+ <paramref name="array"/> is multidimensional.-or- <paramref name="index"/> is equal to or greater than the length of <paramref name="array"/>.-or- The number of elements in the source <see cref="T:System.Collections.ICollection"/> is greater than the available space from <paramref name="index"/> to the end of the destination <paramref name="array"/>. </exception>
4213
+ <exception cref="T:System.ArgumentException">The type of the source <see cref="T:System.Collections.ICollection"/> cannot be cast automatically to the type of the destination <paramref name="array"/>. </exception>
4214
+ </member>
4215
+ <member name="M:Castle.Core.ReflectionBasedDictionaryAdapter.GetEnumerator">
4216
+ <summary>
4217
+ Returns an enumerator that iterates through a collection.
4218
+ </summary>
4219
+ <returns>
4220
+ An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
4221
+ </returns>
4222
+ </member>
4223
+ <member name="P:Castle.Core.ReflectionBasedDictionaryAdapter.Item(System.Object)">
4224
+ <summary>
4225
+ Gets or sets the <see cref="T:System.Object"/> with the specified key.
4226
+ </summary>
4227
+ <value></value>
4228
+ </member>
4229
+ <member name="P:Castle.Core.ReflectionBasedDictionaryAdapter.Keys">
4230
+ <summary>
4231
+ Gets an <see cref="T:System.Collections.ICollection"/> object containing the keys of the <see cref="T:System.Collections.IDictionary"/> object.
4232
+ </summary>
4233
+ <value></value>
4234
+ <returns>An <see cref="T:System.Collections.ICollection"/> object containing the keys of the <see cref="T:System.Collections.IDictionary"/> object.</returns>
4235
+ </member>
4236
+ <member name="P:Castle.Core.ReflectionBasedDictionaryAdapter.Values">
4237
+ <summary>
4238
+ Gets an <see cref="T:System.Collections.ICollection"/> object containing the values in the <see cref="T:System.Collections.IDictionary"/> object.
4239
+ </summary>
4240
+ <value></value>
4241
+ <returns>An <see cref="T:System.Collections.ICollection"/> object containing the values in the <see cref="T:System.Collections.IDictionary"/> object.</returns>
4242
+ </member>
4243
+ <member name="P:Castle.Core.ReflectionBasedDictionaryAdapter.IsReadOnly">
4244
+ <summary>
4245
+ Gets a value indicating whether the <see cref="T:System.Collections.IDictionary"/> object is read-only.
4246
+ </summary>
4247
+ <value></value>
4248
+ <returns>true if the <see cref="T:System.Collections.IDictionary"/> object is read-only; otherwise, false.</returns>
4249
+ </member>
4250
+ <member name="P:Castle.Core.ReflectionBasedDictionaryAdapter.IsFixedSize">
4251
+ <summary>
4252
+ Gets a value indicating whether the <see cref="T:System.Collections.IDictionary"/> object has a fixed size.
4253
+ </summary>
4254
+ <value></value>
4255
+ <returns>true if the <see cref="T:System.Collections.IDictionary"/> object has a fixed size; otherwise, false.</returns>
4256
+ </member>
4257
+ <member name="P:Castle.Core.ReflectionBasedDictionaryAdapter.Count">
4258
+ <summary>
4259
+ Gets the number of elements contained in the <see cref="T:System.Collections.ICollection"/>.
4260
+ </summary>
4261
+ <value></value>
4262
+ <returns>The number of elements contained in the <see cref="T:System.Collections.ICollection"/>.</returns>
4263
+ </member>
4264
+ <member name="P:Castle.Core.ReflectionBasedDictionaryAdapter.SyncRoot">
4265
+ <summary>
4266
+ Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"/>.
4267
+ </summary>
4268
+ <value></value>
4269
+ <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"/>.</returns>
4270
+ </member>
4271
+ <member name="P:Castle.Core.ReflectionBasedDictionaryAdapter.IsSynchronized">
4272
+ <summary>
4273
+ Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"/> is synchronized (thread safe).
4274
+ </summary>
4275
+ <value></value>
4276
+ <returns>true if access to the <see cref="T:System.Collections.ICollection"/> is synchronized (thread safe); otherwise, false.</returns>
4277
+ </member>
4278
+ <member name="T:Castle.Core.Resource.IResource">
4279
+ <summary>
4280
+ Represents a 'streamable' resource. Can
4281
+ be a file, a resource in an assembly.
4282
+ </summary>
4283
+ </member>
4284
+ <member name="M:Castle.Core.Resource.IResource.GetStreamReader">
4285
+ <summary>
4286
+ Returns a reader for the stream
4287
+ </summary>
4288
+ <remarks>
4289
+ It's up to the caller to dispose the reader.
4290
+ </remarks>
4291
+ <returns></returns>
4292
+ </member>
4293
+ <member name="M:Castle.Core.Resource.IResource.GetStreamReader(System.Text.Encoding)">
4294
+ <summary>
4295
+ Returns a reader for the stream
4296
+ </summary>
4297
+ <remarks>
4298
+ It's up to the caller to dispose the reader.
4299
+ </remarks>
4300
+ <param name="encoding"></param>
4301
+ <returns></returns>
4302
+ </member>
4303
+ <member name="M:Castle.Core.Resource.IResource.CreateRelative(System.String)">
4304
+ <summary>
4305
+ Returns an instance of <see cref="T:Castle.Core.Resource.IResource"/>
4306
+ created according to the <c>relativePath</c>
4307
+ using itself as the root.
4308
+ </summary>
4309
+ <param name="relativePath"></param>
4310
+ <returns></returns>
4311
+ </member>
4312
+ <member name="P:Castle.Core.Resource.IResource.FileBasePath">
4313
+ <summary>
4314
+
4315
+ </summary>
4316
+ <remarks>
4317
+ Only valid for resources that
4318
+ can be obtained through relative paths
4319
+ </remarks>
4320
+ </member>
4321
+ <member name="T:Castle.Core.Resource.AbstractStreamResource">
4322
+ <summary>
4323
+
4324
+ </summary>
4325
+ </member>
4326
+ <member name="F:Castle.Core.Resource.AbstractStreamResource.createStream">
4327
+ <summary>
4328
+ This returns a new stream instance each time it is called.
4329
+ It is the responsability of the caller to dispose of this stream
4330
+ </summary>
4331
+ </member>
4332
+ <member name="T:Castle.Core.Resource.IResourceFactory">
4333
+ <summary>
4334
+ Depicts the contract for resource factories.
4335
+ </summary>
4336
+ </member>
4337
+ <member name="M:Castle.Core.Resource.IResourceFactory.Accept(Castle.Core.Resource.CustomUri)">
4338
+ <summary>
4339
+ Used to check whether the resource factory
4340
+ is able to deal with the given resource
4341
+ identifier.
4342
+ </summary>
4343
+ <remarks>
4344
+ Implementors should return <c>true</c>
4345
+ only if the given identificator is supported
4346
+ by the resource factory
4347
+ </remarks>
4348
+ <param name="uri"></param>
4349
+ <returns></returns>
4350
+ </member>
4351
+ <member name="M:Castle.Core.Resource.IResourceFactory.Create(Castle.Core.Resource.CustomUri)">
4352
+ <summary>
4353
+ Creates an <see cref="T:Castle.Core.Resource.IResource"/> instance
4354
+ for the given resource identifier
4355
+ </summary>
4356
+ <param name="uri"></param>
4357
+ <returns></returns>
4358
+ </member>
4359
+ <member name="M:Castle.Core.Resource.IResourceFactory.Create(Castle.Core.Resource.CustomUri,System.String)">
4360
+ <summary>
4361
+ Creates an <see cref="T:Castle.Core.Resource.IResource"/> instance
4362
+ for the given resource identifier
4363
+ </summary>
4364
+ <param name="uri"></param>
4365
+ <param name="basePath"></param>
4366
+ <returns></returns>
4367
+ </member>
4368
+ <member name="T:Castle.Core.Resource.FileResource">
4369
+ <summary>
4370
+
4371
+ </summary>
4372
+ </member>
4373
+ <member name="T:Castle.Core.Resource.StaticContentResource">
4374
+ <summary>
4375
+ Adapts a static string content as an <see cref="T:Castle.Core.Resource.IResource"/>
4376
+ </summary>
4377
+ </member>
4378
+ <member name="T:Castle.Core.Resource.UncResource">
4379
+ <summary>
4380
+ Enable access to files on network shares
4381
+ </summary>
4382
+ </member>
4383
+ </members>
4384
+ </doc>