~borgdylan/dnr/master

« back to all changes in this revision

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

  • Committer: Dylan Borg
  • Date: 2011-09-21 08:41:11 UTC
  • Revision ID: git-v1:d697b5770826ff5c75f369e509b754f031bae0b9
Committing latest dnr sources to GIT and BZR. Adding opcode support necessary for branching, consructor making, token loading etc. Adding specia methods in Loader to support operator overloading.

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
      </div>
221
221
      <h2 class="Section">Requirements</h2>
222
222
      <div class="SectionBox" id="T:dylan.NET.Reflection.ILEmitter: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>
 
223
        <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
224
224
      <h2 class="Section" id="Members">Members</h2>
225
225
      <div class="SectionBox" id="_Members">
226
226
        <p>
301
301
                </td>
302
302
                <td>
303
303
                  <b>
 
304
                    <a href="#F:dylan.NET.Reflection.ILEmitter.DocWriter">DocWriter</a>
 
305
                  </b>
 
306
                </td>
 
307
                <td>
 
308
                  <i>
 
309
                    <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Diagnostics.SymbolStore.ISymbolDocumentWriter">System.Diagnostics.SymbolStore.ISymbolDocumentWriter</a>
 
310
                  </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
 
311
              </tr>
 
312
              <tr valign="top">
 
313
                <td>
 
314
                  <div>static </div>
 
315
                </td>
 
316
                <td>
 
317
                  <b>
304
318
                    <a href="#F:dylan.NET.Reflection.ILEmitter.ILGen">ILGen</a>
305
319
                  </b>
306
320
                </td>
373
387
                </td>
374
388
                <td colspan="2">
375
389
                  <b>
 
390
                    <a href="#M:dylan.NET.Reflection.ILEmitter.DefineLbl">DefineLbl</a>
 
391
                  </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Emit.Label">System.Reflection.Emit.Label</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
392
              </tr>
 
393
              <tr valign="top">
 
394
                <td>
 
395
                  <div>static </div>
 
396
                </td>
 
397
                <td colspan="2">
 
398
                  <b>
376
399
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitAdd(System.Boolean)">EmitAdd</a>
377
400
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
378
401
              </tr>
391
414
                </td>
392
415
                <td colspan="2">
393
416
                  <b>
 
417
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitBr(System.Reflection.Emit.Label)">EmitBr</a>
 
418
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Emit.Label">System.Reflection.Emit.Label</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
419
              </tr>
 
420
              <tr valign="top">
 
421
                <td>
 
422
                  <div>static </div>
 
423
                </td>
 
424
                <td colspan="2">
 
425
                  <b>
 
426
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitBrfalse(System.Reflection.Emit.Label)">EmitBrfalse</a>
 
427
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Emit.Label">System.Reflection.Emit.Label</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
428
              </tr>
 
429
              <tr valign="top">
 
430
                <td>
 
431
                  <div>static </div>
 
432
                </td>
 
433
                <td colspan="2">
 
434
                  <b>
 
435
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitBrtrue(System.Reflection.Emit.Label)">EmitBrtrue</a>
 
436
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Emit.Label">System.Reflection.Emit.Label</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
437
              </tr>
 
438
              <tr valign="top">
 
439
                <td>
 
440
                  <div>static </div>
 
441
                </td>
 
442
                <td colspan="2">
 
443
                  <b>
394
444
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitCall(System.Reflection.MethodInfo)">EmitCall</a>
395
445
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.MethodInfo">System.Reflection.MethodInfo</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
396
446
              </tr>
553
603
                </td>
554
604
                <td colspan="2">
555
605
                  <b>
 
606
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitLdnull">EmitLdnull</a>
 
607
                  </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
608
              </tr>
 
609
              <tr valign="top">
 
610
                <td>
 
611
                  <div>static </div>
 
612
                </td>
 
613
                <td colspan="2">
 
614
                  <b>
556
615
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitLdstr(System.String)">EmitLdstr</a>
557
616
                  </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>
558
617
              </tr>
562
621
                </td>
563
622
                <td colspan="2">
564
623
                  <b>
 
624
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitLdtoken(System.Type)">EmitLdtoken</a>
 
625
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
626
              </tr>
 
627
              <tr valign="top">
 
628
                <td>
 
629
                  <div>static </div>
 
630
                </td>
 
631
                <td colspan="2">
 
632
                  <b>
565
633
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitLike">EmitLike</a>
566
634
                  </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
567
635
              </tr>
598
666
                </td>
599
667
                <td colspan="2">
600
668
                  <b>
 
669
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitNewobj(System.Reflection.ConstructorInfo)">EmitNewobj</a>
 
670
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.ConstructorInfo">System.Reflection.ConstructorInfo</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
671
              </tr>
 
672
              <tr valign="top">
 
673
                <td>
 
674
                  <div>static </div>
 
675
                </td>
 
676
                <td colspan="2">
 
677
                  <b>
601
678
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitNLike">EmitNLike</a>
602
679
                  </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
603
680
              </tr>
634
711
                </td>
635
712
                <td colspan="2">
636
713
                  <b>
 
714
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitPop">EmitPop</a>
 
715
                  </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
716
              </tr>
 
717
              <tr valign="top">
 
718
                <td>
 
719
                  <div>static </div>
 
720
                </td>
 
721
                <td colspan="2">
 
722
                  <b>
 
723
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitRem(System.Boolean)">EmitRem</a>
 
724
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
725
              </tr>
 
726
              <tr valign="top">
 
727
                <td>
 
728
                  <div>static </div>
 
729
                </td>
 
730
                <td colspan="2">
 
731
                  <b>
637
732
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitRet">EmitRet</a>
638
733
                  </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
639
734
              </tr>
718
813
                    <a href="#M:dylan.NET.Reflection.ILEmitter.EmitXor">EmitXor</a>
719
814
                  </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
720
815
              </tr>
 
816
              <tr valign="top">
 
817
                <td>
 
818
                  <div>static </div>
 
819
                </td>
 
820
                <td colspan="2">
 
821
                  <b>
 
822
                    <a href="#M:dylan.NET.Reflection.ILEmitter.MarkDbgPt(System.Int32)">MarkDbgPt</a>
 
823
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
824
              </tr>
 
825
              <tr valign="top">
 
826
                <td>
 
827
                  <div>static </div>
 
828
                </td>
 
829
                <td colspan="2">
 
830
                  <b>
 
831
                    <a href="#M:dylan.NET.Reflection.ILEmitter.MarkLbl(System.Reflection.Emit.Label)">MarkLbl</a>
 
832
                  </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Emit.Label">System.Reflection.Emit.Label</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
 
833
              </tr>
721
834
            </table>
722
835
          </div>
723
836
        </div>
739
852
          </div>
740
853
          <h2 class="Section">Requirements</h2>
741
854
          <div class="SectionBox" id="C:dylan.NET.Reflection.ILEmitter:Version Information">
742
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
855
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
743
856
          <hr size="1" />
744
857
        </blockquote>
745
858
        <h3 id="F:dylan.NET.Reflection.ILEmitter.ArgInd">ArgInd Field</h3>
755
868
          </div>
756
869
          <h2 class="Section">Requirements</h2>
757
870
          <div class="SectionBox" id="F:dylan.NET.Reflection.ILEmitter.ArgInd:Version Information">
758
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
871
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
759
872
          <hr size="1" />
760
873
        </blockquote>
761
874
        <h3 id="F:dylan.NET.Reflection.ILEmitter.Constr">Constr Field</h3>
771
884
          </div>
772
885
          <h2 class="Section">Requirements</h2>
773
886
          <div class="SectionBox" id="F:dylan.NET.Reflection.ILEmitter.Constr:Version Information">
774
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
887
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
775
888
          <hr size="1" />
776
889
        </blockquote>
777
890
        <h3 id="F:dylan.NET.Reflection.ILEmitter.DebugFlg">DebugFlg Field</h3>
787
900
          </div>
788
901
          <h2 class="Section">Requirements</h2>
789
902
          <div class="SectionBox" id="F:dylan.NET.Reflection.ILEmitter.DebugFlg:Version Information">
790
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
903
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
791
904
          <hr size="1" />
792
905
        </blockquote>
793
906
        <h3 id="M:dylan.NET.Reflection.ILEmitter.DeclVar(System.String,System.Type)">DeclVar Method</h3>
820
933
          </div>
821
934
          <h2 class="Section">Requirements</h2>
822
935
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.DeclVar(System.String,System.Type):Version Information">
823
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
936
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
 
937
          <hr size="1" />
 
938
        </blockquote>
 
939
        <h3 id="M:dylan.NET.Reflection.ILEmitter.DefineLbl">DefineLbl Method</h3>
 
940
        <blockquote id="M:dylan.NET.Reflection.ILEmitter.DefineLbl:member">
 
941
          <p class="Summary">
 
942
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
943
          </p>
 
944
          <h2>Syntax</h2>
 
945
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Emit.Label">System.Reflection.Emit.Label</a> <b>DefineLbl</b> ()</div>
 
946
          <h4 class="Subsection">Returns</h4>
 
947
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.ILEmitter.DefineLbl:Returns">
 
948
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
949
          </blockquote>
 
950
          <h2 class="Section">Remarks</h2>
 
951
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.DefineLbl:Remarks">
 
952
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
953
          </div>
 
954
          <h2 class="Section">Requirements</h2>
 
955
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.DefineLbl:Version Information">
 
956
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.5</div>
 
957
          <hr size="1" />
 
958
        </blockquote>
 
959
        <h3 id="F:dylan.NET.Reflection.ILEmitter.DocWriter">DocWriter Field</h3>
 
960
        <blockquote id="F:dylan.NET.Reflection.ILEmitter.DocWriter:member">
 
961
          <p class="Summary">
 
962
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
963
          </p>
 
964
          <h2>Syntax</h2>
 
965
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Diagnostics.SymbolStore.ISymbolDocumentWriter">System.Diagnostics.SymbolStore.ISymbolDocumentWriter</a> <b>DocWriter</b> </div>
 
966
          <h2 class="Section">Remarks</h2>
 
967
          <div class="SectionBox" id="F:dylan.NET.Reflection.ILEmitter.DocWriter:Remarks">
 
968
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
969
          </div>
 
970
          <h2 class="Section">Requirements</h2>
 
971
          <div class="SectionBox" id="F:dylan.NET.Reflection.ILEmitter.DocWriter:Version Information">
 
972
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.5</div>
824
973
          <hr size="1" />
825
974
        </blockquote>
826
975
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitAdd(System.Boolean)">EmitAdd Method</h3>
847
996
          </div>
848
997
          <h2 class="Section">Requirements</h2>
849
998
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitAdd(System.Boolean):Version Information">
850
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
999
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
851
1000
          <hr size="1" />
852
1001
        </blockquote>
853
1002
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitAnd">EmitAnd Method</h3>
863
1012
          </div>
864
1013
          <h2 class="Section">Requirements</h2>
865
1014
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitAnd:Version Information">
866
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1015
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
 
1016
          <hr size="1" />
 
1017
        </blockquote>
 
1018
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitBr(System.Reflection.Emit.Label)">EmitBr Method</h3>
 
1019
        <blockquote id="M:dylan.NET.Reflection.ILEmitter.EmitBr(System.Reflection.Emit.Label):member">
 
1020
          <p class="Summary">
 
1021
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1022
          </p>
 
1023
          <h2>Syntax</h2>
 
1024
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>EmitBr</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Emit.Label">System.Reflection.Emit.Label</a> lbl)</div>
 
1025
          <h4 class="Subsection">Parameters</h4>
 
1026
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitBr(System.Reflection.Emit.Label):Parameters">
 
1027
            <dl>
 
1028
              <dt>
 
1029
                <i>lbl</i>
 
1030
              </dt>
 
1031
              <dd>
 
1032
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1033
              </dd>
 
1034
            </dl>
 
1035
          </blockquote>
 
1036
          <h2 class="Section">Remarks</h2>
 
1037
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitBr(System.Reflection.Emit.Label):Remarks">
 
1038
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1039
          </div>
 
1040
          <h2 class="Section">Requirements</h2>
 
1041
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitBr(System.Reflection.Emit.Label):Version Information">
 
1042
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.5</div>
 
1043
          <hr size="1" />
 
1044
        </blockquote>
 
1045
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitBrfalse(System.Reflection.Emit.Label)">EmitBrfalse Method</h3>
 
1046
        <blockquote id="M:dylan.NET.Reflection.ILEmitter.EmitBrfalse(System.Reflection.Emit.Label):member">
 
1047
          <p class="Summary">
 
1048
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1049
          </p>
 
1050
          <h2>Syntax</h2>
 
1051
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>EmitBrfalse</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Emit.Label">System.Reflection.Emit.Label</a> lbl)</div>
 
1052
          <h4 class="Subsection">Parameters</h4>
 
1053
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitBrfalse(System.Reflection.Emit.Label):Parameters">
 
1054
            <dl>
 
1055
              <dt>
 
1056
                <i>lbl</i>
 
1057
              </dt>
 
1058
              <dd>
 
1059
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1060
              </dd>
 
1061
            </dl>
 
1062
          </blockquote>
 
1063
          <h2 class="Section">Remarks</h2>
 
1064
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitBrfalse(System.Reflection.Emit.Label):Remarks">
 
1065
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1066
          </div>
 
1067
          <h2 class="Section">Requirements</h2>
 
1068
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitBrfalse(System.Reflection.Emit.Label):Version Information">
 
1069
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.5</div>
 
1070
          <hr size="1" />
 
1071
        </blockquote>
 
1072
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitBrtrue(System.Reflection.Emit.Label)">EmitBrtrue Method</h3>
 
1073
        <blockquote id="M:dylan.NET.Reflection.ILEmitter.EmitBrtrue(System.Reflection.Emit.Label):member">
 
1074
          <p class="Summary">
 
1075
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1076
          </p>
 
1077
          <h2>Syntax</h2>
 
1078
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>EmitBrtrue</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Emit.Label">System.Reflection.Emit.Label</a> lbl)</div>
 
1079
          <h4 class="Subsection">Parameters</h4>
 
1080
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitBrtrue(System.Reflection.Emit.Label):Parameters">
 
1081
            <dl>
 
1082
              <dt>
 
1083
                <i>lbl</i>
 
1084
              </dt>
 
1085
              <dd>
 
1086
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1087
              </dd>
 
1088
            </dl>
 
1089
          </blockquote>
 
1090
          <h2 class="Section">Remarks</h2>
 
1091
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitBrtrue(System.Reflection.Emit.Label):Remarks">
 
1092
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1093
          </div>
 
1094
          <h2 class="Section">Requirements</h2>
 
1095
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitBrtrue(System.Reflection.Emit.Label):Version Information">
 
1096
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.5</div>
867
1097
          <hr size="1" />
868
1098
        </blockquote>
869
1099
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitCall(System.Reflection.MethodInfo)">EmitCall Method</h3>
890
1120
          </div>
891
1121
          <h2 class="Section">Requirements</h2>
892
1122
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitCall(System.Reflection.MethodInfo):Version Information">
893
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1123
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
894
1124
          <hr size="1" />
895
1125
        </blockquote>
896
1126
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitCallvirt(System.Reflection.MethodInfo)">EmitCallvirt Method</h3>
917
1147
          </div>
918
1148
          <h2 class="Section">Requirements</h2>
919
1149
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitCallvirt(System.Reflection.MethodInfo):Version Information">
920
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1150
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
921
1151
          <hr size="1" />
922
1152
        </blockquote>
923
1153
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitCeq">EmitCeq Method</h3>
933
1163
          </div>
934
1164
          <h2 class="Section">Requirements</h2>
935
1165
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitCeq:Version Information">
936
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1166
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
937
1167
          <hr size="1" />
938
1168
        </blockquote>
939
1169
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitCge(System.Boolean)">EmitCge Method</h3>
960
1190
          </div>
961
1191
          <h2 class="Section">Requirements</h2>
962
1192
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitCge(System.Boolean):Version Information">
963
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1193
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
964
1194
          <hr size="1" />
965
1195
        </blockquote>
966
1196
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitCgt(System.Boolean)">EmitCgt Method</h3>
987
1217
          </div>
988
1218
          <h2 class="Section">Requirements</h2>
989
1219
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitCgt(System.Boolean):Version Information">
990
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1220
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
991
1221
          <hr size="1" />
992
1222
        </blockquote>
993
1223
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitCle(System.Boolean)">EmitCle Method</h3>
1014
1244
          </div>
1015
1245
          <h2 class="Section">Requirements</h2>
1016
1246
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitCle(System.Boolean):Version Information">
1017
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1247
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1018
1248
          <hr size="1" />
1019
1249
        </blockquote>
1020
1250
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitClt(System.Boolean)">EmitClt Method</h3>
1041
1271
          </div>
1042
1272
          <h2 class="Section">Requirements</h2>
1043
1273
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitClt(System.Boolean):Version Information">
1044
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1274
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1045
1275
          <hr size="1" />
1046
1276
        </blockquote>
1047
1277
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitCneq">EmitCneq Method</h3>
1057
1287
          </div>
1058
1288
          <h2 class="Section">Requirements</h2>
1059
1289
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitCneq:Version Information">
1060
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1290
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1061
1291
          <hr size="1" />
1062
1292
        </blockquote>
1063
1293
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitDiv(System.Boolean)">EmitDiv Method</h3>
1084
1314
          </div>
1085
1315
          <h2 class="Section">Requirements</h2>
1086
1316
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitDiv(System.Boolean):Version Information">
1087
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1317
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1088
1318
          <hr size="1" />
1089
1319
        </blockquote>
1090
1320
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLdcBool(System.Boolean)">EmitLdcBool Method</h3>
1111
1341
          </div>
1112
1342
          <h2 class="Section">Requirements</h2>
1113
1343
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdcBool(System.Boolean):Version Information">
1114
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1344
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1115
1345
          <hr size="1" />
1116
1346
        </blockquote>
1117
1347
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLdcChar(System.Char)">EmitLdcChar Method</h3>
1138
1368
          </div>
1139
1369
          <h2 class="Section">Requirements</h2>
1140
1370
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdcChar(System.Char):Version Information">
1141
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1371
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1142
1372
          <hr size="1" />
1143
1373
        </blockquote>
1144
1374
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLdcI1(System.SByte)">EmitLdcI1 Method</h3>
1165
1395
          </div>
1166
1396
          <h2 class="Section">Requirements</h2>
1167
1397
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdcI1(System.SByte):Version Information">
1168
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1398
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1169
1399
          <hr size="1" />
1170
1400
        </blockquote>
1171
1401
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLdcI2(System.Int16)">EmitLdcI2 Method</h3>
1192
1422
          </div>
1193
1423
          <h2 class="Section">Requirements</h2>
1194
1424
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdcI2(System.Int16):Version Information">
1195
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1425
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1196
1426
          <hr size="1" />
1197
1427
        </blockquote>
1198
1428
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLdcI4(System.Int32)">EmitLdcI4 Method</h3>
1219
1449
          </div>
1220
1450
          <h2 class="Section">Requirements</h2>
1221
1451
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdcI4(System.Int32):Version Information">
1222
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1452
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1223
1453
          <hr size="1" />
1224
1454
        </blockquote>
1225
1455
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLdcI8(System.Int64)">EmitLdcI8 Method</h3>
1246
1476
          </div>
1247
1477
          <h2 class="Section">Requirements</h2>
1248
1478
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdcI8(System.Int64):Version Information">
1249
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1479
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1250
1480
          <hr size="1" />
1251
1481
        </blockquote>
1252
1482
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLdcR4(System.Single)">EmitLdcR4 Method</h3>
1273
1503
          </div>
1274
1504
          <h2 class="Section">Requirements</h2>
1275
1505
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdcR4(System.Single):Version Information">
1276
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1506
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1277
1507
          <hr size="1" />
1278
1508
        </blockquote>
1279
1509
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLdcR8(System.Double)">EmitLdcR8 Method</h3>
1300
1530
          </div>
1301
1531
          <h2 class="Section">Requirements</h2>
1302
1532
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdcR8(System.Double):Version Information">
1303
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1533
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1304
1534
          <hr size="1" />
1305
1535
        </blockquote>
1306
1536
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLdloc(System.Int32)">EmitLdloc Method</h3>
1327
1557
          </div>
1328
1558
          <h2 class="Section">Requirements</h2>
1329
1559
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdloc(System.Int32):Version Information">
1330
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1560
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
 
1561
          <hr size="1" />
 
1562
        </blockquote>
 
1563
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLdnull">EmitLdnull Method</h3>
 
1564
        <blockquote id="M:dylan.NET.Reflection.ILEmitter.EmitLdnull:member">
 
1565
          <p class="Summary">
 
1566
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1567
          </p>
 
1568
          <h2>Syntax</h2>
 
1569
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>EmitLdnull</b> ()</div>
 
1570
          <h2 class="Section">Remarks</h2>
 
1571
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdnull:Remarks">
 
1572
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1573
          </div>
 
1574
          <h2 class="Section">Requirements</h2>
 
1575
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdnull:Version Information">
 
1576
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.5</div>
1331
1577
          <hr size="1" />
1332
1578
        </blockquote>
1333
1579
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLdstr(System.String)">EmitLdstr Method</h3>
1354
1600
          </div>
1355
1601
          <h2 class="Section">Requirements</h2>
1356
1602
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdstr(System.String):Version Information">
1357
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1603
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
 
1604
          <hr size="1" />
 
1605
        </blockquote>
 
1606
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLdtoken(System.Type)">EmitLdtoken Method</h3>
 
1607
        <blockquote id="M:dylan.NET.Reflection.ILEmitter.EmitLdtoken(System.Type):member">
 
1608
          <p class="Summary">
 
1609
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1610
          </p>
 
1611
          <h2>Syntax</h2>
 
1612
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>EmitLdtoken</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> t)</div>
 
1613
          <h4 class="Subsection">Parameters</h4>
 
1614
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdtoken(System.Type):Parameters">
 
1615
            <dl>
 
1616
              <dt>
 
1617
                <i>t</i>
 
1618
              </dt>
 
1619
              <dd>
 
1620
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1621
              </dd>
 
1622
            </dl>
 
1623
          </blockquote>
 
1624
          <h2 class="Section">Remarks</h2>
 
1625
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdtoken(System.Type):Remarks">
 
1626
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1627
          </div>
 
1628
          <h2 class="Section">Requirements</h2>
 
1629
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLdtoken(System.Type):Version Information">
 
1630
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.5</div>
1358
1631
          <hr size="1" />
1359
1632
        </blockquote>
1360
1633
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitLike">EmitLike Method</h3>
1370
1643
          </div>
1371
1644
          <h2 class="Section">Requirements</h2>
1372
1645
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitLike:Version Information">
1373
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1646
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1374
1647
          <hr size="1" />
1375
1648
        </blockquote>
1376
1649
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitMul(System.Boolean)">EmitMul Method</h3>
1397
1670
          </div>
1398
1671
          <h2 class="Section">Requirements</h2>
1399
1672
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitMul(System.Boolean):Version Information">
1400
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1673
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1401
1674
          <hr size="1" />
1402
1675
        </blockquote>
1403
1676
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitNand">EmitNand Method</h3>
1413
1686
          </div>
1414
1687
          <h2 class="Section">Requirements</h2>
1415
1688
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitNand:Version Information">
1416
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1689
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1417
1690
          <hr size="1" />
1418
1691
        </blockquote>
1419
1692
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitNeg">EmitNeg Method</h3>
1429
1702
          </div>
1430
1703
          <h2 class="Section">Requirements</h2>
1431
1704
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitNeg:Version Information">
1432
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1705
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
 
1706
          <hr size="1" />
 
1707
        </blockquote>
 
1708
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitNewobj(System.Reflection.ConstructorInfo)">EmitNewobj Method</h3>
 
1709
        <blockquote id="M:dylan.NET.Reflection.ILEmitter.EmitNewobj(System.Reflection.ConstructorInfo):member">
 
1710
          <p class="Summary">
 
1711
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1712
          </p>
 
1713
          <h2>Syntax</h2>
 
1714
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>EmitNewobj</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.ConstructorInfo">System.Reflection.ConstructorInfo</a> c)</div>
 
1715
          <h4 class="Subsection">Parameters</h4>
 
1716
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitNewobj(System.Reflection.ConstructorInfo):Parameters">
 
1717
            <dl>
 
1718
              <dt>
 
1719
                <i>c</i>
 
1720
              </dt>
 
1721
              <dd>
 
1722
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1723
              </dd>
 
1724
            </dl>
 
1725
          </blockquote>
 
1726
          <h2 class="Section">Remarks</h2>
 
1727
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitNewobj(System.Reflection.ConstructorInfo):Remarks">
 
1728
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1729
          </div>
 
1730
          <h2 class="Section">Requirements</h2>
 
1731
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitNewobj(System.Reflection.ConstructorInfo):Version Information">
 
1732
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.5</div>
1433
1733
          <hr size="1" />
1434
1734
        </blockquote>
1435
1735
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitNLike">EmitNLike Method</h3>
1445
1745
          </div>
1446
1746
          <h2 class="Section">Requirements</h2>
1447
1747
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitNLike:Version Information">
1448
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1748
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1449
1749
          <hr size="1" />
1450
1750
        </blockquote>
1451
1751
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitNor">EmitNor Method</h3>
1461
1761
          </div>
1462
1762
          <h2 class="Section">Requirements</h2>
1463
1763
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitNor:Version Information">
1464
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1764
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1465
1765
          <hr size="1" />
1466
1766
        </blockquote>
1467
1767
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitNot">EmitNot Method</h3>
1477
1777
          </div>
1478
1778
          <h2 class="Section">Requirements</h2>
1479
1779
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitNot:Version Information">
1480
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1780
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1481
1781
          <hr size="1" />
1482
1782
        </blockquote>
1483
1783
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitOr">EmitOr Method</h3>
1493
1793
          </div>
1494
1794
          <h2 class="Section">Requirements</h2>
1495
1795
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitOr:Version Information">
1496
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1796
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
 
1797
          <hr size="1" />
 
1798
        </blockquote>
 
1799
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitPop">EmitPop Method</h3>
 
1800
        <blockquote id="M:dylan.NET.Reflection.ILEmitter.EmitPop:member">
 
1801
          <p class="Summary">
 
1802
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1803
          </p>
 
1804
          <h2>Syntax</h2>
 
1805
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>EmitPop</b> ()</div>
 
1806
          <h2 class="Section">Remarks</h2>
 
1807
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitPop:Remarks">
 
1808
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1809
          </div>
 
1810
          <h2 class="Section">Requirements</h2>
 
1811
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitPop:Version Information">
 
1812
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.5</div>
 
1813
          <hr size="1" />
 
1814
        </blockquote>
 
1815
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitRem(System.Boolean)">EmitRem Method</h3>
 
1816
        <blockquote id="M:dylan.NET.Reflection.ILEmitter.EmitRem(System.Boolean):member">
 
1817
          <p class="Summary">
 
1818
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1819
          </p>
 
1820
          <h2>Syntax</h2>
 
1821
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>EmitRem</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> s)</div>
 
1822
          <h4 class="Subsection">Parameters</h4>
 
1823
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitRem(System.Boolean):Parameters">
 
1824
            <dl>
 
1825
              <dt>
 
1826
                <i>s</i>
 
1827
              </dt>
 
1828
              <dd>
 
1829
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1830
              </dd>
 
1831
            </dl>
 
1832
          </blockquote>
 
1833
          <h2 class="Section">Remarks</h2>
 
1834
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitRem(System.Boolean):Remarks">
 
1835
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
1836
          </div>
 
1837
          <h2 class="Section">Requirements</h2>
 
1838
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitRem(System.Boolean):Version Information">
 
1839
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.5</div>
1497
1840
          <hr size="1" />
1498
1841
        </blockquote>
1499
1842
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitRet">EmitRet Method</h3>
1509
1852
          </div>
1510
1853
          <h2 class="Section">Requirements</h2>
1511
1854
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitRet:Version Information">
1512
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1855
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1513
1856
          <hr size="1" />
1514
1857
        </blockquote>
1515
1858
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitShl">EmitShl Method</h3>
1525
1868
          </div>
1526
1869
          <h2 class="Section">Requirements</h2>
1527
1870
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitShl:Version Information">
1528
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1871
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1529
1872
          <hr size="1" />
1530
1873
        </blockquote>
1531
1874
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitShr(System.Boolean)">EmitShr Method</h3>
1552
1895
          </div>
1553
1896
          <h2 class="Section">Requirements</h2>
1554
1897
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitShr(System.Boolean):Version Information">
1555
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1898
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1556
1899
          <hr size="1" />
1557
1900
        </blockquote>
1558
1901
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitStloc(System.Int32)">EmitStloc Method</h3>
1579
1922
          </div>
1580
1923
          <h2 class="Section">Requirements</h2>
1581
1924
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitStloc(System.Int32):Version Information">
1582
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1925
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1583
1926
          <hr size="1" />
1584
1927
        </blockquote>
1585
1928
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitStrAdd">EmitStrAdd Method</h3>
1595
1938
          </div>
1596
1939
          <h2 class="Section">Requirements</h2>
1597
1940
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitStrAdd:Version Information">
1598
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1941
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1599
1942
          <hr size="1" />
1600
1943
        </blockquote>
1601
1944
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitStrCeq">EmitStrCeq Method</h3>
1611
1954
          </div>
1612
1955
          <h2 class="Section">Requirements</h2>
1613
1956
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitStrCeq:Version Information">
1614
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1957
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1615
1958
          <hr size="1" />
1616
1959
        </blockquote>
1617
1960
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitStrCneq">EmitStrCneq Method</h3>
1627
1970
          </div>
1628
1971
          <h2 class="Section">Requirements</h2>
1629
1972
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitStrCneq:Version Information">
1630
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
1973
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1631
1974
          <hr size="1" />
1632
1975
        </blockquote>
1633
1976
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitSub(System.Boolean)">EmitSub Method</h3>
1654
1997
          </div>
1655
1998
          <h2 class="Section">Requirements</h2>
1656
1999
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitSub(System.Boolean):Version Information">
1657
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
2000
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1658
2001
          <hr size="1" />
1659
2002
        </blockquote>
1660
2003
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitXnor">EmitXnor Method</h3>
1670
2013
          </div>
1671
2014
          <h2 class="Section">Requirements</h2>
1672
2015
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitXnor:Version Information">
1673
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
2016
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1674
2017
          <hr size="1" />
1675
2018
        </blockquote>
1676
2019
        <h3 id="M:dylan.NET.Reflection.ILEmitter.EmitXor">EmitXor Method</h3>
1686
2029
          </div>
1687
2030
          <h2 class="Section">Requirements</h2>
1688
2031
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.EmitXor:Version Information">
1689
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
2032
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1690
2033
          <hr size="1" />
1691
2034
        </blockquote>
1692
2035
        <h3 id="F:dylan.NET.Reflection.ILEmitter.ILGen">ILGen Field</h3>
1702
2045
          </div>
1703
2046
          <h2 class="Section">Requirements</h2>
1704
2047
          <div class="SectionBox" id="F:dylan.NET.Reflection.ILEmitter.ILGen:Version Information">
1705
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
2048
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1706
2049
          <hr size="1" />
1707
2050
        </blockquote>
1708
2051
        <h3 id="F:dylan.NET.Reflection.ILEmitter.LocInd">LocInd Field</h3>
1718
2061
          </div>
1719
2062
          <h2 class="Section">Requirements</h2>
1720
2063
          <div class="SectionBox" id="F:dylan.NET.Reflection.ILEmitter.LocInd:Version Information">
1721
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
2064
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
 
2065
          <hr size="1" />
 
2066
        </blockquote>
 
2067
        <h3 id="M:dylan.NET.Reflection.ILEmitter.MarkDbgPt(System.Int32)">MarkDbgPt Method</h3>
 
2068
        <blockquote id="M:dylan.NET.Reflection.ILEmitter.MarkDbgPt(System.Int32):member">
 
2069
          <p class="Summary">
 
2070
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
2071
          </p>
 
2072
          <h2>Syntax</h2>
 
2073
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>MarkDbgPt</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> line)</div>
 
2074
          <h4 class="Subsection">Parameters</h4>
 
2075
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.ILEmitter.MarkDbgPt(System.Int32):Parameters">
 
2076
            <dl>
 
2077
              <dt>
 
2078
                <i>line</i>
 
2079
              </dt>
 
2080
              <dd>
 
2081
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
2082
              </dd>
 
2083
            </dl>
 
2084
          </blockquote>
 
2085
          <h2 class="Section">Remarks</h2>
 
2086
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.MarkDbgPt(System.Int32):Remarks">
 
2087
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
2088
          </div>
 
2089
          <h2 class="Section">Requirements</h2>
 
2090
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.MarkDbgPt(System.Int32):Version Information">
 
2091
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.5</div>
 
2092
          <hr size="1" />
 
2093
        </blockquote>
 
2094
        <h3 id="M:dylan.NET.Reflection.ILEmitter.MarkLbl(System.Reflection.Emit.Label)">MarkLbl Method</h3>
 
2095
        <blockquote id="M:dylan.NET.Reflection.ILEmitter.MarkLbl(System.Reflection.Emit.Label):member">
 
2096
          <p class="Summary">
 
2097
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
2098
          </p>
 
2099
          <h2>Syntax</h2>
 
2100
          <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>MarkLbl</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Reflection.Emit.Label">System.Reflection.Emit.Label</a> lbl)</div>
 
2101
          <h4 class="Subsection">Parameters</h4>
 
2102
          <blockquote class="SubsectionBox" id="M:dylan.NET.Reflection.ILEmitter.MarkLbl(System.Reflection.Emit.Label):Parameters">
 
2103
            <dl>
 
2104
              <dt>
 
2105
                <i>lbl</i>
 
2106
              </dt>
 
2107
              <dd>
 
2108
                <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
2109
              </dd>
 
2110
            </dl>
 
2111
          </blockquote>
 
2112
          <h2 class="Section">Remarks</h2>
 
2113
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.MarkLbl(System.Reflection.Emit.Label):Remarks">
 
2114
            <span class="NotEntered">Documentation for this section has not yet been entered.</span>
 
2115
          </div>
 
2116
          <h2 class="Section">Requirements</h2>
 
2117
          <div class="SectionBox" id="M:dylan.NET.Reflection.ILEmitter.MarkLbl(System.Reflection.Emit.Label):Version Information">
 
2118
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.5</div>
1722
2119
          <hr size="1" />
1723
2120
        </blockquote>
1724
2121
        <h3 id="F:dylan.NET.Reflection.ILEmitter.Met">Met Field</h3>
1734
2131
          </div>
1735
2132
          <h2 class="Section">Requirements</h2>
1736
2133
          <div class="SectionBox" id="F:dylan.NET.Reflection.ILEmitter.Met:Version Information">
1737
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
2134
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1738
2135
          <hr size="1" />
1739
2136
        </blockquote>
1740
2137
        <h3 id="F:dylan.NET.Reflection.ILEmitter.StaticFlg">StaticFlg Field</h3>
1750
2147
          </div>
1751
2148
          <h2 class="Section">Requirements</h2>
1752
2149
          <div class="SectionBox" id="F:dylan.NET.Reflection.ILEmitter.StaticFlg:Version Information">
1753
 
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3</div>
 
2150
            <b>Namespace: </b>dylan.NET.Reflection<br /><b>Assembly: </b>dnr (in dnr.dll)<br /><b>Assembly Versions: </b>11.2.7.3, 11.2.7.5</div>
1754
2151
          <hr size="1" />
1755
2152
        </blockquote>
1756
2153
      </div>