Discussion:
Assembly Name
(too old to reply)
Derek Hart
2009-06-11 00:53:11 UTC
Permalink
How can I get the assembly name at design time?
G Himangi
2009-06-11 05:54:18 UTC
Permalink
What assembly name?

For any instance, you can do:

instance.GetType().Assembly.Name

---------
- G Himangi, LogicNP Software http://www.ssware.com
Shell MegaPack: Drop-In GUI Controls For Windows Explorer Like File And
Folder Browser Functionality
CryptoLicensing: Add licensing, copy-protection and activation to your
software
EZNamespaceExtensions: Fast and painless development of namespace extensions
EZShellExtensions: Rapid development of all shell extensions,explorer bars
and BHOs
---------
Post by Derek Hart
How can I get the assembly name at design time?
Derek Hart
2009-06-11 16:58:42 UTC
Permalink
Does not work at design time...know of a way?
Post by G Himangi
What assembly name?
instance.GetType().Assembly.Name
---------
- G Himangi, LogicNP Software http://www.ssware.com
Shell MegaPack: Drop-In GUI Controls For Windows Explorer Like File And
Folder Browser Functionality
CryptoLicensing: Add licensing, copy-protection and activation to your
software
EZNamespaceExtensions: Fast and painless development of namespace extensions
EZShellExtensions: Rapid development of all shell extensions,explorer bars
and BHOs
---------
Post by Derek Hart
How can I get the assembly name at design time?
Loading...