Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to parse .NET assemblies and namespaces

2025-03-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article shows you how to parse .NET assemblies and namespaces, which is concise and easy to understand. I hope you can gain something through the detailed introduction of this article.

Assembly

An assembly (assembly) is a logical combination of one or more managed modules and some resource files.

component

Windows file header

CLR file header

Assembly manifest

Type metadata

MSIL (CIL) code

Embedded resource set

Action

Code reuse

Determine the type boundary

Versionable unit

Self-describing

Configurable

Namespace

A grouping of related types within an assembly, an assembly can contain any namespace, and each namespace can contain multiple types.

Root namespace

System

Microsoft

Resolve naming conflicts

Use fully qualified name

Use aliases

Nested namespace

Namespace A {namespace B {}}

GAC: global assembly cache

The full name of GAC is Global Assembly Cache, which can store some public Assembly that many programs need to use. It is a computer-wide code cache that stores specially installed assemblies that are shared by many applications on the computer. Applications deployed in the global assembly cache must have strong names.

Default path C:\ Windows\ Assembly

The above is how to parse .NET assemblies and namespaces. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report