You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
@@ -29,6 +29,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ImmutableObjectAttribute))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.InitializationEventAttribute))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ISite))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ISupportInitialize))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.LocalizableAttribute))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.MergablePropertyAttribute))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.NotifyParentPropertyAttribute))]
|
||||
|
@@ -26,6 +26,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CollectionChangeEventArgs))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CollectionChangeEventHandler))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CollectionConverter))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.Container))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CustomTypeDescriptor))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DateTimeConverter))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DateTimeOffsetConverter))]
|
||||
|
@@ -14,81 +14,11 @@
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Reflection.TypeExtensions")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.BindingFlags))]
|
||||
namespace System.Reflection
|
||||
{
|
||||
public static partial class AssemblyExtensions
|
||||
{
|
||||
public static System.Type[] GetExportedTypes(System.Reflection.Assembly assembly) { throw null; }
|
||||
public static System.Reflection.Module[] GetModules(System.Reflection.Assembly assembly) { throw null; }
|
||||
public static System.Type[] GetTypes(System.Reflection.Assembly assembly) { throw null; }
|
||||
}
|
||||
public static partial class EventInfoExtensions
|
||||
{
|
||||
public static System.Reflection.MethodInfo GetAddMethod(System.Reflection.EventInfo eventInfo) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetAddMethod(System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetRaiseMethod(System.Reflection.EventInfo eventInfo) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetRaiseMethod(System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetRemoveMethod(System.Reflection.EventInfo eventInfo) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetRemoveMethod(System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }
|
||||
}
|
||||
public static partial class MemberInfoExtensions
|
||||
{
|
||||
public static int GetMetadataToken(this System.Reflection.MemberInfo member) { throw null; }
|
||||
public static bool HasMetadataToken(this System.Reflection.MemberInfo member) { throw null; }
|
||||
}
|
||||
public static partial class MethodInfoExtensions
|
||||
{
|
||||
public static System.Reflection.MethodInfo GetBaseDefinition(System.Reflection.MethodInfo method) { throw null; }
|
||||
}
|
||||
public static partial class ModuleExtensions
|
||||
{
|
||||
public static System.Guid GetModuleVersionId(this System.Reflection.Module module) { throw null; }
|
||||
public static bool HasModuleVersionId(this System.Reflection.Module module) { throw null; }
|
||||
}
|
||||
public static partial class PropertyInfoExtensions
|
||||
{
|
||||
public static System.Reflection.MethodInfo[] GetAccessors(System.Reflection.PropertyInfo property) { throw null; }
|
||||
public static System.Reflection.MethodInfo[] GetAccessors(System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetGetMethod(System.Reflection.PropertyInfo property) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetGetMethod(System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetSetMethod(System.Reflection.PropertyInfo property) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetSetMethod(System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }
|
||||
}
|
||||
public static partial class TypeExtensions
|
||||
{
|
||||
public static System.Reflection.ConstructorInfo GetConstructor(System.Type type, System.Type[] types) { throw null; }
|
||||
public static System.Reflection.ConstructorInfo[] GetConstructors(System.Type type) { throw null; }
|
||||
public static System.Reflection.ConstructorInfo[] GetConstructors(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetDefaultMembers(System.Type type) { throw null; }
|
||||
public static System.Reflection.EventInfo GetEvent(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.EventInfo GetEvent(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.EventInfo[] GetEvents(System.Type type) { throw null; }
|
||||
public static System.Reflection.EventInfo[] GetEvents(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.FieldInfo GetField(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.FieldInfo GetField(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.FieldInfo[] GetFields(System.Type type) { throw null; }
|
||||
public static System.Reflection.FieldInfo[] GetFields(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Type[] GetGenericArguments(System.Type type) { throw null; }
|
||||
public static System.Type[] GetInterfaces(System.Type type) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetMember(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetMember(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetMembers(System.Type type) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetMembers(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetMethod(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetMethod(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetMethod(System.Type type, string name, System.Type[] types) { throw null; }
|
||||
public static System.Reflection.MethodInfo[] GetMethods(System.Type type) { throw null; }
|
||||
public static System.Reflection.MethodInfo[] GetMethods(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Type GetNestedType(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Type[] GetNestedTypes(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.PropertyInfo[] GetProperties(System.Type type) { throw null; }
|
||||
public static System.Reflection.PropertyInfo[] GetProperties(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name, System.Type returnType) { throw null; }
|
||||
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name, System.Type returnType, System.Type[] types) { throw null; }
|
||||
public static bool IsAssignableFrom(System.Type type, System.Type c) { throw null; }
|
||||
public static bool IsInstanceOfType(System.Type type, object o) { throw null; }
|
||||
}
|
||||
}
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.EventInfoExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberInfoExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodInfoExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ModuleExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.PropertyInfoExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TypeExtensions))]
|
||||
|
@@ -1 +1 @@
|
||||
a438847534be72b44f416c7d8fa4304d446ad10a
|
||||
faec721a749e501975809f748630ed297fd55e50
|
Reference in New Issue
Block a user