dotnet-core/release-notes/2.1/Preview/api-diff/preview1/2.1-preview1_System.Reflection.Metadata.md
2018-04-10 17:24:20 -07:00

1.2 KiB

System.Reflection.Metadata

 namespace System.Reflection.Metadata {
     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
     public struct AssemblyDefinition {
+        public AssemblyName GetAssemblyName();
     }
     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
     public struct AssemblyReference {
+        public AssemblyName GetAssemblyName();
     }
     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
     public struct EventAccessors {
+        public ImmutableArray<MethodDefinitionHandle> Others { get; }
     }
     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
     public struct ModuleDefinition {
+        public CustomAttributeHandleCollection GetCustomAttributes();
     }
     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
     public struct PropertyAccessors {
+        public ImmutableArray<MethodDefinitionHandle> Others { get; }
     }
 }