public void GetPEKind(out System.Reflection.PortableExecutableKinds& peKindout, System.Reflection.ImageFileMachine& machine)
 {
 }
 public void Save(string assemblyFileName, System.Reflection.PortableExecutableKinds portableExecutableKind, System.Reflection.ImageFileMachine imageFileMachine)
 {
 }
Пример #3
0
 public override void GetPEKind(out System.Reflection.PortableExecutableKinds peKind, out System.Reflection.ImageFileMachine machine)
 {
     peKind  = default(System.Reflection.PortableExecutableKinds);
     machine = default(System.Reflection.ImageFileMachine);
 }