C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Assembly Attributes
WhatsApp
Sudheer Kumar
6y
14.3
k
0
1
25
Blog
I have listed down some of the assembly attributes.
[assembly: AssemblyKeyFile(@
"key.snk"
)]
[assembly: InternalsVisibleTo(
"System.Numerics, PublicKey=00000000000000000400000000000000"
, AllInternalsVisible=
false
)]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: AssemblyDelaySign(
true
)]
[assembly: InternalsVisibleTo(
"System, PublicKey=00000000000000000400000000000000"
, AllInternalsVisible=
false
)]
[assembly: InternalsVisibleTo(
"System.Core, PublicKey=00000000000000000400000000000000"
, AllInternalsVisible=
false
)]
[assembly: AllowPartiallyTrustedCallers]
[assembly: NeutralResourcesLanguage(
"en-US"
)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows=
true
)]
[assembly: Guid(
"BED7F4EA-1A96-11d2-8F08-00A0C9A6186D"
)]
[assembly: ComCompatibleVersion(1, 0, 0xce4, 0)]
[assembly: TypeLibVersion(2, 4)]
[assembly: DefaultDependency(LoadHint.Always)]
[assembly: StringFreezing]
[assembly: ComVisible(
false
)]
[assembly: CLSCompliant(
true
)]
[assembly: CompilationRelaxations(8)]
[assembly: SecurityRules(SecurityRuleSet.Level2, SkipVerificationInFullTrust=
true
)]
[assembly: AssemblyTitle(
"sample.dll"
)]
[assembly: AssemblyDescription(
"sample.dll"
)]
[assembly: AssemblyDefaultAlias(
"sample.dll"
)]
[assembly: AssemblyCompany(
"Microsoft Corporation"
)]
[assembly: AssemblyProduct(
"Microsoft\x00ae .NET Framework"
)]
[assembly: AssemblyCopyright(
"\x00a9 Microsoft Corporation. All rights reserved."
)]
[assembly: AssemblyFileVersion(
"4.0.30319.225"
)]
[assembly: AssemblyInformationalVersion(
"4.0.30319.225"
)]
[assembly: SatelliteContractVersion(
"4.0.0.0"
)]
[assembly: AssemblyTargetedPatchBand(
"1.0.21-102"
)]
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification=
true
)]
Assembly Attributes
People also reading
Membership not found