A native PE (Portable Executable) for Windows.
Inheritance: NativeExecutable, IIconContainer
Exemplo n.º 1
0
 public void NotExe()
 {
     var candidate = new WindowsExe();
     Assert.IsFalse(candidate.Analyze(
         baseDirectory: Directory,
         file: Deploy(PosixScriptTest.Reference, xbit: false)));
 }
Exemplo n.º 2
0
        public void NotExe()
        {
            var candidate = new WindowsExe();

            Assert.IsFalse(candidate.Analyze(
                               baseDirectory: Directory,
                               file: Deploy(PosixScriptTest.Reference, xbit: false)));
        }