Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
jfrijters 83f9eaa729 Added Module.__GetReferencedAssemblies() API. 2010-12-08 06:33:03 +00:00
jfrijters ab26584498 Added API to query placeholder assembly custom attributes in a module. 2010-11-29 14:00:10 +00:00
jfrijters 89eb073f0f RawModule.GetReferencedAssemblies() should work for non-manifest modules as well. 2010-11-29 09:48:00 +00:00
jfrijters e0a6956435 Added AssemblyBuilder.__AddModule() to allow pre-existing modules to be linked in. 2010-11-29 09:28:48 +00:00
jfrijters e901c4a753 Added ICustomAttributeProvider interface. 2010-05-20 12:17:16 +00:00
jfrijters 7bd6058bd9 Implemented Assembly/Module.IsDefined() in terms of __GetCustomAttributes().Count != 0 to improve efficiency and correctly handle subtyping. 2010-05-20 09:34:34 +00:00
jfrijters 118db6d049 Implemented custom attribute filtering at the source. Added support for custom attribute sub typing. 2010-05-20 09:25:30 +00:00
jfrijters 34874d8355 Added Location property and GetReferencedAssemblies() to RawModule. 2010-05-12 08:41:27 +00:00
jfrijters 823021faf3 Added RawModule to allow user code to load and inspect a module without it becoming part of the universe and also import it efficiently into the universe. 2010-05-12 05:56:19 +00:00
jfrijters 6a1ca8dae9 Introduced Empty<T> to cache zero length arrays. 2010-04-18 08:39:20 +00:00
jfrijters 0b30be9d2c Removed UTF-8 byte order marks. 2010-01-25 05:49:01 +00:00
jfrijters 198c9d70ea New IKVM.Reflection implementation. 2010-01-25 05:29:31 +00:00