Beispiel #1
0
        static void Main()
        {
            vfs v = new vfs();

            v.CallbackSignature = new Type[] { typeof(string) };
            tysos.Syscalls.ProcessFunctions.RegisterSpecialProcess(v, tysos.Syscalls.ProcessFunctions.SpecialProcessType.Vfs);
            v.MessageLoop();
        }
Beispiel #2
0
 public TagValue(vfs Vfs)
 {
     vfs = Vfs;
 }
Beispiel #3
0
 public TagName(vfs Vfs)
 {
     vfs = Vfs;
 }