Zoltan Varga
|
2466c2fc79
[netcore] Implement Assembly/AssemblyName/Module.
|
6 年之前 |
Zoltan Varga
|
e14ef8a658
[corlib] Move the implementations of virtual methods from Assembly to RuntimeAssembly to ease netcore integration. (#12805)
|
7 年之前 |
Marek Safar
|
2c6ec113ff
[System.Private.CoreLib] Initial build pass (#12450)
|
7 年之前 |
Katelyn Gadd
|
7eb8a58597
Fix bug 60359
|
8 年之前 |
Aleksey Kliger
|
385d38e60f
[reflection] Implement GetReferencedAssemblies in managed
|
9 年之前 |
Aleksey Kliger
|
0e7f2016d3
[reflection] Change Assembly.InternalGetAssemblyName to return native MonoAssemblyName
|
9 年之前 |
Marek Safar
|
2ce89dd94a
[corlib] Fix exposed public APIs
|
9 年之前 |
Rodrigo Kumpera
|
ff86e021c0
[corlib] Bring AssemblyName(string) to the happy C# world.
|
9 年之前 |
Rodrigo Kumpera
|
277aab6863
[corlib] Move Assembly::GetName to be implemented in managed.
|
9 年之前 |
Marek Safar
|
10c5e72512
[bcl] netstandart 1.6 support
|
9 年之前 |
Marcos Henrich
|
ede3018242
[corlib] AssemblyName.CultureName now matches .NET
|
10 年之前 |
Zoltan Varga
|
c1b4366932
[bcl] Remove NET_4_5 defines from class libs.
|
11 年之前 |
Marek Safar
|
8d56b51656
Fixes build
|
12 年之前 |
Marek Safar
|
21aae7666a
[corlib] Fix some AssemblyName tests
|
12 年之前 |
Alexander Köplinger
|
4f37c78e6a
Implemented AssemblyName.ReferenceMatchesDefinition ()
|
12 年之前 |
Martin Baulig
|
9ec4d6984f
Implement new .NET 4.5 Reflection APIs.
|
12 年之前 |
Rodrigo Kumpera
|
07a220c61c
Mobile should not have the COM types set.
|
13 年之前 |
Marek Safar
|
13d9a0f334
Fix compiler warnings
|
13 年之前 |
Sebastien Pouliot
|
7576b68413
Use an internal call (to an existing function) so it allow dropping SHA1 (and dependencies) when linking applications. Saves 2kb on (unstripped) mscorlib and 4kb on the final binary (release).
|
13 年之前 |
Sebastien Pouliot
|
2162983f67
Do a lighter check for public keys in the mobile profile. It's faster and also quite smaller, once linked. That saves 67kb on (unstripped) mscorlib and 110kb on the final binary (release).
|
13 年之前 |
Marek Safar
|
6c06b7d204
Optmize some empty array allocations
|
13 年之前 |
Marek Safar
|
425d8ff709
Fix public token property for mobile
|
13 年之前 |
Rodrigo Kumpera
|
09585375ea
Avoid bringing the whole Crypto stack in AssemblyName under FullAOT.
|
13 年之前 |
Rodrigo Kumpera
|
83dccf8fe7
Add all missing sequential layout directives to corlib and system.
|
14 年之前 |
Zoltan Varga
|
8560b5d39f
Add support for assembly names with embedded and starting spaces.
|
15 年之前 |
Jb Evain
|
8aed2fcb2d
NET_1_1 removal
|
16 年之前 |
Miguel de Icaza
|
3400094d1a
System.Reflection's turn to be de-ifdefified
|
16 年之前 |
Marek Safar
|
cc9c53a109
Warnings cleanup
|
17 年之前 |
Zoltan Varga
|
5871c65651
2008-02-20 Zoltan Varga <[email protected]>
|
18 年之前 |
Gert Driesen
|
a0065f3330
* AppDomainTest.cs: Added test for DefineDynamicAssembly overload
|
18 年之前 |