コード例 #1
0
        public RuntimeInstance()
        {
            // logSystem = new PrimordialLogSystem();
            configuration = new ExtendedProperties();

            // create a VM factory, resource manager
            // and introspector
            vmFactory = new VelocimacroFactory(this);

            // make a new introspector and initialize it
            introspector = new Introspector(this);

            // and a store for the application attributes
            applicationAttributes = new Hashtable();
        }
コード例 #2
0
 private void InitBlock(VelocimacroFactory enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
コード例 #3
0
 public Twonk(VelocimacroFactory enclosingInstance)
 {
     InitBlock(enclosingInstance);
 }
コード例 #4
0
			private void InitBlock(VelocimacroFactory enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
コード例 #5
0
			public Twonk(VelocimacroFactory enclosingInstance)
			{
				InitBlock(enclosingInstance);
			}
コード例 #6
0
		public RuntimeInstance()
		{
			// logSystem = new PrimordialLogSystem();
			configuration = new ExtendedProperties();

			// create a VM factory, resource manager
			// and introspector
			vmFactory = new VelocimacroFactory(this);

			// make a new introspector and initialize it
			introspector = new Introspector(this);

			// and a store for the application attributes
			applicationAttributes = new Hashtable();
		}