Namespaces and assemblies
Classes are compiled into assemblies.
An assembly is a file that usually has the .dll file name extension, although strictly
speaking, executable programs with the .exe file name extension are also assemblies.
You should note that there is not necessarily a 1:1 equivalence between an assembly
and a namespace. A single assembly can contain classes defied in many namespaces,
and a single namespace can span multiple assemblies.
클래스는 어셈블리 파일로 컴파일 됩니다.
어셈블리는 .dll 확장자를 가지는 파일이지만, .exe 파일또한 어셈블리 파일입니다.
꼭 1:1로 어셈블리와 네임스페이스가 일치하지 않습니다. 하나의 어셈블리는 많은 네임스페이스를 포함하거나, 싱글 네임스페이스는 다양한 어셈블리에 포함되어 있을 수 있습니다.
댓글 없음:
댓글 쓰기