Share via


Keepnamespace 이름 바꾸기 옵션

이 방법은 네임스페이스 계층 구조를 유지하면서 클래스의 이름을 숨기기에 아주 효과적인 방법입니다. 크기 축소 효과와 난독 처리 가능성을 다소 포기해야 하지만 네임스페이스 이름이 유지되기 때문에기 난독 처리된 코드에 연결할 수 있는 라이브러리 또는 이미 난독 처리된 코드를 사용하는 응용 프로그램에 유용한 방법입니다. 이 이름 바꾸기 형식에 대한 예는 다음과 같습니다.

원래 이름 새 이름
Preemptive.Application.Main Preemptive.Application.a
Preemptive.Application.LoadData Preemptive.Application.b
Preemptive.Tools.BinaryTree Preemptive.Tools.a
Preemptive.Tools.LinkedList Preemptive.Tools.b

Keepnamespace 옵션과 Keephierarchy 옵션은 함께 사용할 수 없습니다.

© 2002-2007 PreEmptive Solutions. All rights reserved.