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

20 Коммитов

Автор SHA1 Сообщение Дата
jfrijters 0b7a951ed2 Added support for missing fields/properties. 2011-03-08 14:58:42 +00:00
jfrijters 70a31cdcd2 Fixed GetGenericArguments() for MissingMethod (to allow the inherited ToString to work). 2011-03-08 09:18:31 +00:00
jfrijters 602e60e74c Introduced base class for virtual Module classes to have common place to implement abstract Module methods that aren't supported. 2011-03-08 06:43:01 +00:00
jfrijters 1c8b1c0cd5 Added API extension __ImageBase to Module. 2011-03-08 06:14:22 +00:00
jfrijters 33207c51dd Added API extensions to get and add referenced modules. 2011-03-08 05:49:01 +00:00
jfrijters d2d79ab03c Added support for generic missing types and methods. 2011-03-07 15:23:45 +00:00
jfrijters c92bb4afd3 Added support for missing fields. 2011-03-03 16:06:44 +00:00
jfrijters b74ba1487e Allow missing types and methods to be used in emitted assembly. 2011-03-03 12:52:44 +00:00
jfrijters 6cf98ac785 - Removed UTF-8 byte order marker.
- Removed unused "using".
2011-02-14 05:39:24 +00:00
jfrijters d502a049b0 Added (partial) support for missing member resolution in existing types. 2011-01-26 13:34:04 +00:00
jfrijters c16a29c301 Added support for resolving methods in missing types (primarily to enable CustomAttributeData.Constructor to work for missing attribute types). 2011-01-26 06:59:57 +00:00
jfrijters 175af3395c Move missing type support into universe and optionally allow missing types to be resolved inside all Assemblies. 2011-01-20 14:31:10 +00:00
jfrijters d7848c305e More type name fixes. This time to support the fact that the CLR and Mono both treat TypeNamespace and TypeName as separate names and do not consider fullName to be relevant. 2011-01-20 05:38:11 +00:00
jfrijters ff28c44961 Added support for resolving MissingTypes in AssemblyBuilder. 2011-01-18 16:44:39 +00:00
jfrijters 52ab9d7f58 Added __IsMissing to Module and Assembly and make sure that __GetDeclarativeSecurity() when called with a MissingAssembly. 2011-01-13 15:44:28 +00:00
jfrijters 7e0a2380cc Override BindTypeParameters to ignore the bind. 2011-01-13 15:35:03 +00:00
jfrijters 46b3f6c0ea Prevent invalid operations on MissingModule. 2011-01-13 15:27:03 +00:00
jfrijters eddf99aadb Make all invalid operations on missing types throw a MissingMemberException. 2011-01-13 14:47:21 +00:00
jfrijters 6893ac5e5f Introduced exceptions for invalid operations on missing types/modules/assemblies. 2011-01-13 14:33:02 +00:00
jfrijters 4de90713f8 Added support for magic missing assemblies that resolve missing types to allow (some) reflection on assemblies with missing dependencies. 2011-01-13 10:44:44 +00:00