~borgdylan/dnr/master

« back to all changes in this revision

Viewing changes to dnr/asmfactory.dyl

  • Committer: Dylan Borg
  • Date: 2011-07-18 14:22:49 UTC
  • Revision ID: git-v1:e557078a43f3deb5beb89f078a8859a9a6465bdc
Commiting latest dnr code to GIT and BZR. Adding ChainFlg field to AsmFactory.

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
field public static boolean DebugFlg
12
12
field public static boolean InMethodFlg
 
13
field public static boolean ChainFlg
13
14
field public static AssemblyName AsmNameStr
14
15
field public static AssemblyBuilder AsmB
15
16
field public static System.Type Type01
38
39
 
39
40
method public static void ctor0()
40
41
DebugFlg = false
 
42
ChainFlg = false
41
43
InMethodFlg = false
42
44
CurnNS = ""
43
45
DfltNS = ""