Subversion Repository Public Repository

WilksMergeModule

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>System.Reflection.Extensions</name>
  </assembly>
  <members>
    <member name="T:System.Reflection.CustomAttributeExtensions">
      <summary>カスタム属性を取得するための静的メソッドを格納します。</summary>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.Assembly)">
      <summary>指定したアセンブリに適用される指定した型のカスタム属性を取得します。</summary>
      <returns>
        <paramref name="T" /> に一致するカスタム属性。該当する属性が見つからない場合は null。</returns>
      <param name="element">調べるアセンブリ。</param>
      <typeparam name="T">検索する属性の型。</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.Reflection.AmbiguousMatchException">要求された属性が複数見つかりました。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.Assembly,System.Type)">
      <summary>指定したアセンブリに適用される指定した型のカスタム属性を取得します。</summary>
      <returns>
        <paramref name="attributeType" /> に一致するカスタム属性。該当する属性が見つからない場合は null。</returns>
      <param name="element">調べるアセンブリ。</param>
      <param name="attributeType">検索する属性の型。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
      <exception cref="T:System.Reflection.AmbiguousMatchException">要求された属性が複数見つかりました。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.MemberInfo)">
      <summary>指定したメンバーに適用される指定した型のカスタム属性を取得します。</summary>
      <returns>
        <paramref name="T" /> に一致するカスタム属性。該当する属性が見つからない場合は null。</returns>
      <param name="element">調べるメンバー。</param>
      <typeparam name="T">検索する属性の型。</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.Reflection.AmbiguousMatchException">要求された属性が複数見つかりました。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.MemberInfo,System.Boolean)">
      <summary>指定されたメンバーに適用される指定した型のカスタム属性を取得し、オプションでそのメンバーの先祖を調べます。</summary>
      <returns>
        <paramref name="T" /> に一致するカスタム属性。該当する属性が見つからない場合は null。</returns>
      <param name="element">調べるメンバー。</param>
      <param name="inherit">
        <paramref name="element" /> の先祖を調べる場合は true。それ以外の場合は false。</param>
      <typeparam name="T">検索する属性の型。</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.Reflection.AmbiguousMatchException">要求された属性が複数見つかりました。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.MemberInfo,System.Type)">
      <summary>指定したメンバーに適用される指定した型のカスタム属性を取得します。</summary>
      <returns>
        <paramref name="attributeType" /> に一致するカスタム属性。該当する属性が見つからない場合は null。</returns>
      <param name="element">調べるメンバー。</param>
      <param name="attributeType">検索する属性の型。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.Reflection.AmbiguousMatchException">要求された属性が複数見つかりました。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean)">
      <summary>指定されたメンバーに適用される指定した型のカスタム属性を取得し、オプションでそのメンバーの先祖を調べます。</summary>
      <returns>
        <paramref name="attributeType" /> に一致するカスタム属性。該当する属性が見つからない場合は null。</returns>
      <param name="element">調べるメンバー。</param>
      <param name="attributeType">検索する属性の型。</param>
      <param name="inherit">
        <paramref name="element" /> の先祖を調べる場合は true。それ以外の場合は false。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.Reflection.AmbiguousMatchException">要求された属性が複数見つかりました。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.Module)">
      <summary>指定したモジュールに適用される指定した型のカスタム属性を取得します。</summary>
      <returns>
        <paramref name="T" /> に一致するカスタム属性。該当する属性が見つからない場合は null。</returns>
      <param name="element">調べるモジュール。</param>
      <typeparam name="T">検索する属性の型。</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.Reflection.AmbiguousMatchException">要求された属性が複数見つかりました。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.Module,System.Type)">
      <summary>指定したモジュールに適用される指定した型のカスタム属性を取得します。</summary>
      <returns>
        <paramref name="attributeType" /> に一致するカスタム属性。該当する属性が見つからない場合は null。</returns>
      <param name="element">調べるモジュール。</param>
      <param name="attributeType">検索する属性の型。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
      <exception cref="T:System.Reflection.AmbiguousMatchException">要求された属性が複数見つかりました。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.ParameterInfo)">
      <summary>指定したパラメーターに適用される指定した型のカスタム属性を取得します。</summary>
      <returns>
        <paramref name="T" /> に一致するカスタム属性。該当する属性が見つからない場合は null。</returns>
      <param name="element">調べるパラメーター。</param>
      <typeparam name="T">検索する属性の型。</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.Reflection.AmbiguousMatchException">要求された属性が複数見つかりました。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.ParameterInfo,System.Boolean)">
      <summary>指定されたパラメーターに適用される指定した型のカスタム属性を取得し、オプションでそのパラメーターの先祖を調べます。</summary>
      <returns>
        <paramref name="T" /> に一致するカスタム属性。該当する属性が見つからない場合は null。</returns>
      <param name="element">調べるパラメーター。</param>
      <param name="inherit">
        <paramref name="element" /> の先祖を調べる場合は true。それ以外の場合は false。</param>
      <typeparam name="T">検索する属性の型。</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.Reflection.AmbiguousMatchException">要求された属性が複数見つかりました。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type)">
      <summary>指定したパラメーターに適用される指定した型のカスタム属性を取得します。</summary>
      <returns>
        <paramref name="attributeType" /> に一致するカスタム属性。該当する属性が見つからない場合は null。</returns>
      <param name="element">調べるパラメーター。</param>
      <param name="attributeType">検索する属性の型。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
      <exception cref="T:System.Reflection.AmbiguousMatchException">要求された属性が複数見つかりました。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean)">
      <summary>指定されたパラメーターに適用される指定した型のカスタム属性を取得し、オプションでそのパラメーターの先祖を調べます。</summary>
      <returns>
        <paramref name="attributeType" /> に一致するカスタム属性。該当する属性が見つからない場合は null。</returns>
      <param name="element">調べるパラメーター。</param>
      <param name="attributeType">検索する属性の型。</param>
      <param name="inherit">
        <paramref name="element" /> の先祖を調べる場合は true。それ以外の場合は false。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
      <exception cref="T:System.Reflection.AmbiguousMatchException">要求された属性が複数見つかりました。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.Assembly)">
      <summary>指定されたアセンブリに適用される指定された型のカスタム属性のコレクションを取得します。</summary>
      <returns>
        <paramref name="element" /> に適用され、<paramref name="T" /> に一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるアセンブリ。</param>
      <typeparam name="T">検索する属性の型。</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.Assembly)">
      <summary>指定されたアセンブリに適用されるカスタム属性のコレクションを取得します。</summary>
      <returns>
        <paramref name="element" /> に適用されるカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるアセンブリ。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.Assembly,System.Type)">
      <summary>指定されたアセンブリに適用される指定された型のカスタム属性のコレクションを取得します。</summary>
      <returns>
        <paramref name="element" /> に適用され、<paramref name="attributeType" /> に一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるアセンブリ。</param>
      <param name="attributeType">検索する属性の型。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.MemberInfo)">
      <summary>指定されたメンバーに適用されるカスタム属性のコレクションを取得します。</summary>
      <returns>
        <paramref name="element" /> に適用されるカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるメンバー。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.MemberInfo)">
      <summary>指定されたメンバーに適用される指定された型のカスタム属性のコレクションを取得します。</summary>
      <returns>
        <paramref name="element" /> に適用され、<paramref name="T" /> に一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるメンバー。</param>
      <typeparam name="T">検索する属性の型。</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.MemberInfo,System.Boolean)">
      <summary>指定されたメンバーに適用されている指定された型のカスタム属性のコレクションを取得し、オプションでそのメンバーの先祖を調べます。</summary>
      <returns>
        <paramref name="element" /> に適用され、<paramref name="T" /> に一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるメンバー。</param>
      <param name="inherit">
        <paramref name="element" /> の先祖を調べる場合は true。それ以外の場合は false。</param>
      <typeparam name="T">検索する属性の型。</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean)">
      <summary>指定されたメンバーに適用されるカスタム属性のコレクションを取得し、オプションでそのメンバーの先祖を調べます。</summary>
      <returns>
        <paramref name="element" /> に適用され、指定された条件と一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるメンバー。</param>
      <param name="inherit">
        <paramref name="element" /> の先祖を調べる場合は true。それ以外の場合は false。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.MemberInfo,System.Type)">
      <summary>指定されたメンバーに適用される指定された型のカスタム属性のコレクションを取得します。</summary>
      <returns>
        <paramref name="element" /> に適用され、<paramref name="attributeType" /> に一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるメンバー。</param>
      <param name="attributeType">検索する属性の型。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)">
      <summary>指定されたメンバーに適用されている指定された型のカスタム属性のコレクションを取得し、オプションでそのメンバーの先祖を調べます。</summary>
      <returns>
        <paramref name="element" /> に適用され、<paramref name="attributeType" /> に一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるメンバー。</param>
      <param name="attributeType">検索する属性の型。</param>
      <param name="inherit">
        <paramref name="element" /> の先祖を調べる場合は true。それ以外の場合は false。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.Module)">
      <summary>指定されたモジュールに適用されるカスタム属性のコレクションを取得します。</summary>
      <returns>
        <paramref name="element" /> に適用されるカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるモジュール。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.Module)">
      <summary>指定されたモジュールに適用される指定された型のカスタム属性のコレクションを取得します。</summary>
      <returns>
        <paramref name="element" /> に適用され、<paramref name="T" /> に一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるモジュール。</param>
      <typeparam name="T">検索する属性の型。</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.Module,System.Type)">
      <summary>指定されたモジュールに適用される指定された型のカスタム属性のコレクションを取得します。</summary>
      <returns>
        <paramref name="element" /> に適用され、<paramref name="attributeType" /> に一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるモジュール。</param>
      <param name="attributeType">検索する属性の型。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.ParameterInfo)">
      <summary>指定されたパラメーターに適用されるカスタム属性のコレクションを取得します。</summary>
      <returns>
        <paramref name="element" /> に適用されるカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるパラメーター。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.ParameterInfo)">
      <summary>指定されたパラメーターに適用される指定された型のカスタム属性のコレクションを取得します。</summary>
      <returns>
        <paramref name="element" /> に適用され、<paramref name="T" /> に一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるパラメーター。</param>
      <typeparam name="T">検索する属性の型。</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean)">
      <summary>指定されたパラメーターに適用されるカスタム属性のコレクションを取得し、オプションでそのパラメーターの先祖を調べます。</summary>
      <returns>
        <paramref name="element" /> に適用されるカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるパラメーター。</param>
      <param name="inherit">
        <paramref name="element" /> の先祖を調べる場合は true。それ以外の場合は false。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.ParameterInfo,System.Boolean)">
      <summary>指定されたパラメーターに適用される指定された型のカスタム属性のコレクションを取得し、オプションでそのパラメーターの先祖を調べます。</summary>
      <returns>
        <paramref name="element" /> に適用され、<paramref name="T" /> に一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるパラメーター。</param>
      <param name="inherit">
        <paramref name="element" /> の先祖を調べる場合は true。それ以外の場合は false。</param>
      <typeparam name="T">検索する属性の型。</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> は null なので、</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type)">
      <summary>指定されたパラメーターに適用される指定された型のカスタム属性のコレクションを取得します。</summary>
      <returns>
        <paramref name="element" /> に適用され、<paramref name="attributeType" /> に一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるパラメーター。</param>
      <param name="attributeType">検索する属性の型。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean)">
      <summary>指定されたパラメーターに適用される指定された型のカスタム属性のコレクションを取得し、オプションでそのパラメーターの先祖を調べます。</summary>
      <returns>
        <paramref name="element" /> に適用され、<paramref name="attributeType" /> に一致するカスタム属性のコレクション。該当する属性が存在しない場合は空のコレクション。</returns>
      <param name="element">調べるパラメーター。</param>
      <param name="attributeType">検索する属性の型。</param>
      <param name="inherit">
        <paramref name="element" /> の先祖を調べる場合は true。それ以外の場合は false。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
      <exception cref="T:System.TypeLoadException">カスタム属性の型を読み込むことができません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.Assembly,System.Type)">
      <summary>指定した型のカスタム属性が指定したアセンブリに適用されているかどうかを示します。</summary>
      <returns>指定された型の属性が <paramref name="element" /> に適用される場合は true。それ以外の場合は false。</returns>
      <param name="element">調べるアセンブリ。</param>
      <param name="attributeType">検索する属性の型。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.MemberInfo,System.Type)">
      <summary>指定した型のカスタム属性が指定したメンバーに適用されているかどうかを示します。</summary>
      <returns>指定された型の属性が <paramref name="element" /> に適用される場合は true。それ以外の場合は false。</returns>
      <param name="element">調べるメンバー。</param>
      <param name="attributeType">検索する属性の型。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean)">
      <summary>指定された型のカスタム属性が指定されたメンバーに適用され、オプションで先祖に適用されているかどうかを示します。</summary>
      <returns>指定された型の属性が <paramref name="element" /> に適用される場合は true。それ以外の場合は false。</returns>
      <param name="element">調べるメンバー。</param>
      <param name="attributeType">検索する属性の型。</param>
      <param name="inherit">
        <paramref name="element" /> の先祖を調べる場合は true。それ以外の場合は false。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
      <exception cref="T:System.NotSupportedException">
        <paramref name="element" /> がコンストラクター、メソッド、プロパティ、イベント、型、またはフィールドではありません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.Module,System.Type)">
      <summary>指定した型のカスタム属性が指定したモジュールに適用されているかどうかを示します。</summary>
      <returns>指定された型の属性が <paramref name="element" /> に適用される場合は true。それ以外の場合は false。</returns>
      <param name="element">調べるモジュール。</param>
      <param name="attributeType">検索する属性の型。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.ParameterInfo,System.Type)">
      <summary>指定した型のカスタム属性が指定したパラメーターに適用されているかどうかを示します。</summary>
      <returns>指定された型の属性が <paramref name="element" /> に適用される場合は true。それ以外の場合は false。</returns>
      <param name="element">調べるパラメーター。</param>
      <param name="attributeType">検索する属性の型。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
    </member>
    <member name="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean)">
      <summary>指定された型のカスタム属性が指定されたパラメーターに適用され、オプションで先祖に適用されているかどうかを示します。</summary>
      <returns>指定された型の属性が <paramref name="element" /> に適用される場合は true。それ以外の場合は false。</returns>
      <param name="element">調べるパラメーター。</param>
      <param name="attributeType">検索する属性の型。</param>
      <param name="inherit">
        <paramref name="element" /> の先祖を調べる場合は true。それ以外の場合は false。</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="element" /> または <paramref name="attributeType" /> が null です。</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="attributeType" /> が <see cref="T:System.Attribute" /> から派生していません。</exception>
    </member>
    <member name="T:System.Reflection.InterfaceMapping">
      <summary>インターフェイスを実装するクラスの実際のメソッドへの、そのインターフェイスの割り当てを取得します。</summary>
    </member>
    <member name="F:System.Reflection.InterfaceMapping.InterfaceMethods">
      <summary>インターフェイスで定義されているメソッドを示します。</summary>
    </member>
    <member name="F:System.Reflection.InterfaceMapping.InterfaceType">
      <summary>インターフェイスを表す型を示します。</summary>
    </member>
    <member name="F:System.Reflection.InterfaceMapping.TargetMethods">
      <summary>インターフェイスを実装するメソッドを示します。</summary>
    </member>
    <member name="F:System.Reflection.InterfaceMapping.TargetType">
      <summary>インターフェイスの割り当てを作成する際に使用された型を表します。</summary>
    </member>
    <member name="T:System.Reflection.RuntimeReflectionExtensions">
      <summary>実行時における型情報を取得するメソッドを提供します。</summary>
    </member>
    <member name="M:System.Reflection.RuntimeReflectionExtensions.GetMethodInfo(System.Delegate)">
      <summary>指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。</summary>
      <returns>メソッドを表すオブジェクト。</returns>
      <param name="del">検査するデリゲート。</param>
    </member>
    <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeBaseDefinition(System.Reflection.MethodInfo)">
      <summary>メソッドが最初に宣言された直接基本クラスまたは間接基本クラスの指定したメソッドを表すオブジェクトを取得します。</summary>
      <returns>基本クラスにおける指定されたメソッドの最初の宣言を表すオブジェクト。</returns>
      <param name="method">情報の取得対象のメソッド。</param>
    </member>
    <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)">
      <summary>指定したイベントを表すオブジェクトを取得します。</summary>
      <returns>指定したイベントを表すオブジェクト。イベントが見つからない場合は null。</returns>
      <param name="type">イベントを含む型。</param>
      <param name="name">イベントの名前です。</param>
    </member>
    <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)">
      <summary>指定した型で定義されるすべてのイベントを表すコレクションを取得します。</summary>
      <returns>指定した種類のイベントのコレクション。</returns>
      <param name="type">イベントを含む型。</param>
    </member>
    <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)">
      <summary>指定したフィールドを表すオブジェクトを取得します。</summary>
      <returns>指定したフィールドを表すオブジェクト。フィールドが見つからない場合は null。</returns>
      <param name="type">フィールドを含む型。</param>
      <param name="name">フィールドの名前。</param>
    </member>
    <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)">
      <summary>指定した型で定義されるすべてのフィールドを表すコレクションを取得します。</summary>
      <returns>指定した種類のフィールドのコレクション。</returns>
      <param name="type">フィールドを含む型。</param>
    </member>
    <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)">
      <summary>指定した型とインターフェイスに対するインターフェイスの割り当てを返します。</summary>
      <returns>指定したインターフェイスや種類のインターフェイスの割り当て表すオブジェクト。</returns>
      <param name="typeInfo">割り当ての取得対象である型。</param>
      <param name="interfaceType">割り当ての取得対象であるインターフェイス。</param>
    </member>
    <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])">
      <summary>指定したメソッドを表すオブジェクトを取得します。</summary>
      <returns>指定したメソッドを表すオブジェクト。メソッドが見つからない場合は null。</returns>
      <param name="type">メソッドを含む型。</param>
      <param name="name">メソッドの名前です。</param>
      <param name="parameters">配列には、メソッドのパラメーターを格納します。</param>
    </member>
    <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)">
      <summary>指定した型で定義されるすべてのメソッドを表すコレクションを取得します。</summary>
      <returns>指定した種類のメソッドのコレクション。</returns>
      <param name="type">メソッドを含む型。</param>
    </member>
    <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)">
      <summary>指定した型で定義されるすべてのプロパティを表すコレクションを取得します。</summary>
      <returns>指定した種類のプロパティのコレクション。</returns>
      <param name="type">プロパティを含む型。</param>
    </member>
    <member name="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)">
      <summary>指定したプロパティを表すオブジェクトを取得します。</summary>
      <returns>指定したプロパティを表すオブジェクト。プロパティが見つからない場合は null。</returns>
      <param name="type">プロパティを含む型。</param>
      <param name="name">プロパティの名前。</param>
    </member>
  </members>
</doc>

Commits for WilksMergeModule/packages/System.Reflection.Extensions.4.3.0/ref/netcore50/ja/System.Reflection.Extensions.xml

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Thu 09 Aug, 2018 12:57:17 +0000