DLL(Dynamic linking library):

Definition:

A dll is linked to your program at run time.

what:a library linked to your program.

when:at run time.-->dynamic.

Apply:---->use the unqualified class names

Using Fully Qualified Names:Namespaces and types have unique names,which are described by fully qualified names that indicate a logical hierarchy.

using directive at the beginning of the file.--->allow you to use the unqualified class names to reference the DLL methods at compile time.

 

http://support.microsoft.com/kb/815065

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
  • 2021-09-17
  • 2021-12-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2021-06-09
  • 2021-08-26
相关资源
相似解决方案