~borgdylan/dnr/master

« back to all changes in this revision

Viewing changes to doc/dnr-html/dylan.NET.Reflection/Importer.html

  • Committer: Dylan Borg
  • Date: 2011-08-10 19:20:29 UTC
  • Revision ID: git-v1:f58d318c974c3871af2b2b03fd6f33d1c2b2ce9e
Commiting latest dnr code to GIT and BZR. Adding many ILEmitter opcode emitters. Adding initial documentation.

Signed-off-by: Dylan Borg <borgdylan@hotmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
  <head>
 
3
    <title>dylan.NET.Reflection.Importer</title>
 
4
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
5
    <style>
 
6
      a { text-decoration: none }
 
7
 
 
8
      div.SideBar {
 
9
        padding-left: 1em;
 
10
        padding-right: 1em;
 
11
        right: 0;
 
12
        float: right;
 
13
        border: thin solid black;
 
14
        background-color: #f2f2f2;
 
15
      }
 
16
    
 
17
      .CollectionTitle { font-weight: bold }
 
18
      .PageTitle { font-size: 150%; font-weight: bold }
 
19
 
 
20
      .Summary { }
 
21
      .Signature { }          
 
22
      .Remarks { }
 
23
      .Members { }
 
24
      .Copyright { }
 
25
      
 
26
      .Section { font-size: 125%; font-weight: bold }
 
27
      p.Summary {
 
28
        margin-left: 1em;
 
29
      }
 
30
      .SectionBox { margin-left: 2em }
 
31
      .NamespaceName { font-size: 105%; font-weight: bold }
 
32
      .NamespaceSumary { }
 
33
      .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
 
34
      .Subsection { font-size: 105%; font-weight: bold }
 
35
      .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
 
36
 
 
37
      .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
 
38
      
 
39
      .TypesListing {
 
40
        border-collapse: collapse;
 
41
      }
 
42
 
 
43
      td {
 
44
        vertical-align: top;
 
45
      }
 
46
      th {
 
47
        text-align: left;
 
48
      }
 
49
 
 
50
      .TypesListing td { 
 
51
        margin: 0px;  
 
52
        padding: .25em;
 
53
        border: solid gray 1px;
 
54
      }
 
55
 
 
56
      .TypesListing th { 
 
57
        margin: 0px;  
 
58
        padding: .25em;
 
59
        background-color: #f2f2f2;
 
60
        border: solid gray 1px;
 
61
      }
 
62
 
 
63
      div.Footer {
 
64
        border-top: 1px solid gray;
 
65
        margin-top: 1.5em;
 
66
        padding-top: 0.6em;
 
67
        text-align: center;
 
68
        color: gray;
 
69
      }
 
70
 
 
71
      span.NotEntered /* Documentation for this section has not yet been entered */ {
 
72
        font-style: italic;
 
73
        color: red;     
 
74
      }
 
75
 
 
76
      div.Header {
 
77
        background: #B0C4DE;
 
78
        border: double;
 
79
        border-color: white;
 
80
        border-width: 7px;
 
81
        padding: 0.5em;
 
82
      }
 
83
 
 
84
      div.Header * {
 
85
        font-size: smaller;
 
86
      }
 
87
 
 
88
      div.Note {
 
89
      }
 
90
 
 
91
      i.ParamRef {
 
92
      }
 
93
 
 
94
      i.subtitle {
 
95
      }
 
96
 
 
97
      ul.TypeMembersIndex {
 
98
        text-align: left;
 
99
        background: #F8F8F8;
 
100
      }
 
101
 
 
102
      ul.TypeMembersIndex li {
 
103
        display: inline;
 
104
        margin:  0.5em;
 
105
      }
 
106
 
 
107
      table.HeaderTable {
 
108
      }
 
109
 
 
110
      table.SignatureTable {
 
111
      }
 
112
 
 
113
      table.Documentation, table.Enumeration, table.TypeDocumentation {
 
114
        border-collapse: collapse;
 
115
        width: 100%;
 
116
      }
 
117
 
 
118
      table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
 
119
        background: whitesmoke;
 
120
        padding: 0.8em;
 
121
        border: 1px solid gray;
 
122
        text-align: left;
 
123
        vertical-align: bottom;
 
124
      }
 
125
 
 
126
      table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
 
127
        padding: 0.5em;
 
128
        border: 1px solid gray;
 
129
        text-align: left;
 
130
        vertical-align: top;
 
131
      }
 
132
 
 
133
      table.TypeMembers {
 
134
        border: 1px solid #C0C0C0;
 
135
        width: 100%;
 
136
      }
 
137
 
 
138
      table.TypeMembers tr td {
 
139
        background: #F8F8F8;
 
140
        border: white;
 
141
      }
 
142
 
 
143
      table.Documentation {
 
144
      }
 
145
 
 
146
      table.TypeMembers {
 
147
      }
 
148
 
 
149
      div.CodeExample {
 
150
        width: 100%;
 
151
        border: 1px solid #DDDDDD;
 
152
        background-color: #F8F8F8;
 
153
      }
 
154
 
 
155
      div.CodeExample p {
 
156
        margin: 0.5em;
 
157
        border-bottom: 1px solid #DDDDDD;
 
158
      }
 
159
 
 
160
      div.CodeExample div {
 
161
        margin: 0.5em;
 
162
      }
 
163
 
 
164
      h4 {
 
165
        margin-bottom: 0;
 
166
      }
 
167
 
 
168
      div.Signature {
 
169
        border: 1px solid #C0C0C0;
 
170
        background: #F2F2F2;
 
171
        padding: 1em;
 
172
      }
 
173
    </style>
 
174
    <script type="text/JavaScript">
 
175
      function toggle_display (block) {
 
176
        var w = document.getElementById (block);
 
177
        var t = document.getElementById (block + ":toggle");
 
178
        if (w.style.display == "none") {
 
179
          w.style.display = "block";
 
180
          t.innerHTML = "⊟";
 
181
        } else {
 
182
          w.style.display = "none";
 
183
          t.innerHTML = "⊞";
 
184
        }
 
185
      }
 
186
    </script>
 
187
  </head>
 
188
  <body>
 
189
    <div class="CollectionTitle">
 
190
      <a href="../index.html">dnr</a> : <a href="index.html">dylan.NET.Reflection Namespace</a></div>
 
191
    <div class="SideBar">
 
192
      <p>
 
193
        <a href="#T:dylan.NET.Reflection.Importer">Overview</a>
 
194
      </p>
 
195
      <p>
 
196
        <a href="#T:dylan.NET.Reflection.Importer:Signature">Signature</a>
 
197
      </p>
 
198
      <p>
 
199
        <a href="#T:dylan.NET.Reflection.Importer:Docs">Remarks</a>
 
200
      </p>
 
201
      <p>
 
202
        <a href="#Members">Members</a>
 
203
      </p>
 
204
      <p>
 
205
        <a href="#T:dylan.NET.Reflection.Importer:Members">Member Details</a>
 
206
      </p>
 
207
    </div>
 
208
    <h1 class="PageTitle" id="T:dylan.NET.Reflection.Importer">Importer  Class</h1>
 
209
    <p class="Summary" id="T:dylan.NET.Reflection.Importer:Summary">
 
210
      <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
211
    </p>
 
212
    <div id="T:dylan.NET.Reflection.Importer:Signature">
 
213
      <h2>Syntax</h2>
 
214
      <div class="Signature">public class  <b>Importer</b></div>
 
215
    </div>
 
216
    <div class="Remarks" id="T:dylan.NET.Reflection.Importer:Docs">
 
217
      <h2 class="Section">Remarks</h2>
 
218
      <div class="SectionBox" id="T:dylan.NET.Reflection.Importer:Docs:Remarks">
 
219
        <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
220
      </div>
 
221
      <h2 class="Section">Requirements</h2>
 
222
      <div class="SectionBox" id="T:dylan.NET.Reflection.Importer:Docs:Version Information">
 
223
        <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
224
      <h2 class="Section" id="Members">Members</h2>
 
225
      <div class="SectionBox" id="_Members">
 
226
        <p>
 
227
                                                                See Also: Inherited members from
 
228
                                                                <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
 
229
                                                        </p>
 
230
        <h2 class="Section">Public Constructors</h2>
 
231
        <div class="SectionBox" id="Public Constructors">
 
232
          <div class="SubsectionBox">
 
233
            <table class="TypeMembers">
 
234
              <tr valign="top">
 
235
                <td>
 
236
                  <div>
 
237
                  </div>
 
238
                </td>
 
239
                <td>
 
240
                  <div>
 
241
                    <b>
 
242
                      <a href="#C:dylan.NET.Reflection.Importer">Importer</a>
 
243
                    </b>()</div>
 
244
                </td>
 
245
                <td>
 
246
                  <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
247
                </td>
 
248
              </tr>
 
249
            </table>
 
250
          </div>
 
251
        </div>
 
252
        <h2 class="Section">Public Fields</h2>
 
253
        <div class="SectionBox" id="Public Fields">
 
254
          <div class="SubsectionBox">
 
255
            <table class="TypeMembers">
 
256
              <tr valign="top">
 
257
                <td>
 
258
                  <div>static </div>
 
259
                </td>
 
260
                <td>
 
261
                  <b>
 
262
                    <a href="#F:dylan.NET.Reflection.Importer.Asms">Asms</a>
 
263
                  </b>
 
264
                </td>
 
265
                <td>
 
266
                  <i>
 
267
                    <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Assembly">System.Reflection.Assembly</a>[]</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
 
268
              </tr>
 
269
              <tr valign="top">
 
270
                <td>
 
271
                  <div>static </div>
 
272
                </td>
 
273
                <td>
 
274
                  <b>
 
275
                    <a href="#F:dylan.NET.Reflection.Importer.Imps">Imps</a>
 
276
                  </b>
 
277
                </td>
 
278
                <td>
 
279
                  <i>
 
280
                    <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[]</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
 
281
              </tr>
 
282
              <tr valign="top">
 
283
                <td>
 
284
                  <div>static </div>
 
285
                </td>
 
286
                <td>
 
287
                  <b>
 
288
                    <a href="#F:dylan.NET.Reflection.Importer.LocImps">LocImps</a>
 
289
                  </b>
 
290
                </td>
 
291
                <td>
 
292
                  <i>
 
293
                    <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[]</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
 
294
              </tr>
 
295
            </table>
 
296
          </div>
 
297
        </div>
 
298
        <h2 class="Section">Public Methods</h2>
 
299
        <div class="SectionBox" id="Public Methods">
 
300
          <div class="SubsectionBox">
 
301
            <table class="TypeMembers">
 
302
              <tr valign="top">
 
303
                <td>
 
304
                  <div>static </div>
 
305
                </td>
 
306
                <td colspan="2">
 
307
                  <b>
 
308
                    <a href="#M:dylan.NET.Reflection.Importer.AddAsm(System.Reflection.Assembly)">AddAsm</a>
 
309
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Assembly">System.Reflection.Assembly</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
310
              </tr>
 
311
              <tr valign="top">
 
312
                <td>
 
313
                  <div>static </div>
 
314
                </td>
 
315
                <td colspan="2">
 
316
                  <b>
 
317
                    <a href="#M:dylan.NET.Reflection.Importer.addelem(System.String[],System.String)">addelem</a>
 
318
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[]</nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
319
              </tr>
 
320
              <tr valign="top">
 
321
                <td>
 
322
                  <div>static </div>
 
323
                </td>
 
324
                <td colspan="2">
 
325
                  <b>
 
326
                    <a href="#M:dylan.NET.Reflection.Importer.AddImp(System.String)">AddImp</a>
 
327
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
328
              </tr>
 
329
              <tr valign="top">
 
330
                <td>
 
331
                  <div>static </div>
 
332
                </td>
 
333
                <td colspan="2">
 
334
                  <b>
 
335
                    <a href="#M:dylan.NET.Reflection.Importer.AddLocImp(System.String)">AddLocImp</a>
 
336
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
337
              </tr>
 
338
            </table>
 
339
          </div>
 
340
        </div>
 
341
      </div>
 
342
    </div>
 
343
    <div class="Members" id="T:dylan.NET.Reflection.Importer:Members">
 
344
      <h2 class="Section" id="MemberDetails">Member Details</h2>
 
345
      <div class="SectionBox" id="_MemberDetails">
 
346
        <h3 id="C:dylan.NET.Reflection.Importer">Importer Constructor</h3>
 
347
        <blockquote id="C:dylan.NET.Reflection.Importer:member">
 
348
          <p class="Summary">
 
349
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
350
          </p>
 
351
          <h2>Syntax</h2>
 
352
          <div class="Signature">public  <b>Importer</b> ()</div>
 
353
          <h2 class="Section">Remarks</h2>
 
354
          <div class="SectionBox" id="C:dylan.NET.Reflection.Importer:Remarks">
 
355
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
356
          </div>
 
357
          <h2 class="Section">Requirements</h2>
 
358
          <div class="SectionBox" id="C:dylan.NET.Reflection.Importer:Version Information">
 
359
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
360
          <hr size="1" />
 
361
        </blockquote>
 
362
        <h3 id="M:dylan.NET.Reflection.Importer.AddAsm(System.Reflection.Assembly)">AddAsm Method</h3>
 
363
        <blockquote id="M:dylan.NET.Reflection.Importer.AddAsm(System.Reflection.Assembly):member">
 
364
          <p class="Summary">
 
365
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
366
          </p>
 
367
          <h2>Syntax</h2>
 
368
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>AddAsm</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Assembly">System.Reflection.Assembly</a> asm)</div>
 
369
          <h4 class="Subsection">Parameters</h4>
 
370
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.Importer.AddAsm(System.Reflection.Assembly):Parameters">
 
371
            <dl>
 
372
              <dt>
 
373
                <i>asm</i>
 
374
              </dt>
 
375
              <dd>
 
376
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
377
              </dd>
 
378
            </dl>
 
379
          </blockquote>
 
380
          <h2 class="Section">Remarks</h2>
 
381
          <div class="SectionBox" id="M:dylan.NET.Reflection.Importer.AddAsm(System.Reflection.Assembly):Remarks">
 
382
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
383
          </div>
 
384
          <h2 class="Section">Requirements</h2>
 
385
          <div class="SectionBox" id="M:dylan.NET.Reflection.Importer.AddAsm(System.Reflection.Assembly):Version Information">
 
386
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
387
          <hr size="1" />
 
388
        </blockquote>
 
389
        <h3 id="M:dylan.NET.Reflection.Importer.addelem(System.String[],System.String)">addelem Method</h3>
 
390
        <blockquote id="M:dylan.NET.Reflection.Importer.addelem(System.String[],System.String):member">
 
391
          <p class="Summary">
 
392
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
393
          </p>
 
394
          <h2>Syntax</h2>
 
395
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[] <b>addelem</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[] srcarr, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> eltoadd)</div>
 
396
          <h4 class="Subsection">Parameters</h4>
 
397
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.Importer.addelem(System.String[],System.String):Parameters">
 
398
            <dl>
 
399
              <dt>
 
400
                <i>srcarr</i>
 
401
              </dt>
 
402
              <dd>
 
403
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
404
              </dd>
 
405
              <dt>
 
406
                <i>eltoadd</i>
 
407
              </dt>
 
408
              <dd>
 
409
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
410
              </dd>
 
411
            </dl>
 
412
          </blockquote>
 
413
          <h4 class="Subsection">Returns</h4>
 
414
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.Importer.addelem(System.String[],System.String):Returns">
 
415
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
416
          </blockquote>
 
417
          <h2 class="Section">Remarks</h2>
 
418
          <div class="SectionBox" id="M:dylan.NET.Reflection.Importer.addelem(System.String[],System.String):Remarks">
 
419
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
420
          </div>
 
421
          <h2 class="Section">Requirements</h2>
 
422
          <div class="SectionBox" id="M:dylan.NET.Reflection.Importer.addelem(System.String[],System.String):Version Information">
 
423
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
424
          <hr size="1" />
 
425
        </blockquote>
 
426
        <h3 id="M:dylan.NET.Reflection.Importer.AddImp(System.String)">AddImp Method</h3>
 
427
        <blockquote id="M:dylan.NET.Reflection.Importer.AddImp(System.String):member">
 
428
          <p class="Summary">
 
429
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
430
          </p>
 
431
          <h2>Syntax</h2>
 
432
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>AddImp</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> imp)</div>
 
433
          <h4 class="Subsection">Parameters</h4>
 
434
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.Importer.AddImp(System.String):Parameters">
 
435
            <dl>
 
436
              <dt>
 
437
                <i>imp</i>
 
438
              </dt>
 
439
              <dd>
 
440
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
441
              </dd>
 
442
            </dl>
 
443
          </blockquote>
 
444
          <h2 class="Section">Remarks</h2>
 
445
          <div class="SectionBox" id="M:dylan.NET.Reflection.Importer.AddImp(System.String):Remarks">
 
446
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
447
          </div>
 
448
          <h2 class="Section">Requirements</h2>
 
449
          <div class="SectionBox" id="M:dylan.NET.Reflection.Importer.AddImp(System.String):Version Information">
 
450
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
451
          <hr size="1" />
 
452
        </blockquote>
 
453
        <h3 id="M:dylan.NET.Reflection.Importer.AddLocImp(System.String)">AddLocImp Method</h3>
 
454
        <blockquote id="M:dylan.NET.Reflection.Importer.AddLocImp(System.String):member">
 
455
          <p class="Summary">
 
456
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
457
          </p>
 
458
          <h2>Syntax</h2>
 
459
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>AddLocImp</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> imp)</div>
 
460
          <h4 class="Subsection">Parameters</h4>
 
461
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.Importer.AddLocImp(System.String):Parameters">
 
462
            <dl>
 
463
              <dt>
 
464
                <i>imp</i>
 
465
              </dt>
 
466
              <dd>
 
467
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
468
              </dd>
 
469
            </dl>
 
470
          </blockquote>
 
471
          <h2 class="Section">Remarks</h2>
 
472
          <div class="SectionBox" id="M:dylan.NET.Reflection.Importer.AddLocImp(System.String):Remarks">
 
473
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
474
          </div>
 
475
          <h2 class="Section">Requirements</h2>
 
476
          <div class="SectionBox" id="M:dylan.NET.Reflection.Importer.AddLocImp(System.String):Version Information">
 
477
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
478
          <hr size="1" />
 
479
        </blockquote>
 
480
        <h3 id="F:dylan.NET.Reflection.Importer.Asms">Asms Field</h3>
 
481
        <blockquote id="F:dylan.NET.Reflection.Importer.Asms:member">
 
482
          <p class="Summary">
 
483
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
484
          </p>
 
485
          <h2>Syntax</h2>
 
486
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Assembly">System.Reflection.Assembly</a>[] <b>Asms</b> </div>
 
487
          <h2 class="Section">Remarks</h2>
 
488
          <div class="SectionBox" id="F:dylan.NET.Reflection.Importer.Asms:Remarks">
 
489
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
490
          </div>
 
491
          <h2 class="Section">Requirements</h2>
 
492
          <div class="SectionBox" id="F:dylan.NET.Reflection.Importer.Asms:Version Information">
 
493
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
494
          <hr size="1" />
 
495
        </blockquote>
 
496
        <h3 id="F:dylan.NET.Reflection.Importer.Imps">Imps Field</h3>
 
497
        <blockquote id="F:dylan.NET.Reflection.Importer.Imps:member">
 
498
          <p class="Summary">
 
499
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
500
          </p>
 
501
          <h2>Syntax</h2>
 
502
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[] <b>Imps</b> </div>
 
503
          <h2 class="Section">Remarks</h2>
 
504
          <div class="SectionBox" id="F:dylan.NET.Reflection.Importer.Imps:Remarks">
 
505
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
506
          </div>
 
507
          <h2 class="Section">Requirements</h2>
 
508
          <div class="SectionBox" id="F:dylan.NET.Reflection.Importer.Imps:Version Information">
 
509
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
510
          <hr size="1" />
 
511
        </blockquote>
 
512
        <h3 id="F:dylan.NET.Reflection.Importer.LocImps">LocImps Field</h3>
 
513
        <blockquote id="F:dylan.NET.Reflection.Importer.LocImps:member">
 
514
          <p class="Summary">
 
515
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
516
          </p>
 
517
          <h2>Syntax</h2>
 
518
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[] <b>LocImps</b> </div>
 
519
          <h2 class="Section">Remarks</h2>
 
520
          <div class="SectionBox" id="F:dylan.NET.Reflection.Importer.LocImps:Remarks">
 
521
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
522
          </div>
 
523
          <h2 class="Section">Requirements</h2>
 
524
          <div class="SectionBox" id="F:dylan.NET.Reflection.Importer.LocImps:Version Information">
 
525
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
526
          <hr size="1" />
 
527
        </blockquote>
 
528
      </div>
 
529
    </div>
 
530
    <hr size="1" />
 
531
    <div class="Copyright">
 
532
    </div>
 
533
  </body>
 
534
</html>
 
 
b'\\ No newline at end of file'