C#: Re-generate .NET Runtime models based on .NET 9.

This commit is contained in:
Michael Nebel
2025-02-07 14:22:27 +01:00
parent 54345044ad
commit ff74024f50
163 changed files with 6622 additions and 1689 deletions

View File

@@ -7,6 +7,8 @@ extensions:
- ["System.Reflection.PortableExecutable", "DebugDirectoryBuilder", False, "AddEntry<TData>", "(System.Reflection.PortableExecutable.DebugDirectoryEntryType,System.UInt32,System.UInt32,TData,System.Action<System.Reflection.Metadata.BlobBuilder,TData>)", "", "Argument[3]", "Argument[4].Parameter[1]", "value", "dfc-generated"]
- ["System.Reflection.PortableExecutable", "PEBuilder+Section", False, "Section", "(System.String,System.Reflection.PortableExecutable.SectionCharacteristics)", "", "Argument[0]", "Argument[this].Field[System.Reflection.PortableExecutable.PEBuilder+Section.Name]", "value", "dfc-generated"]
- ["System.Reflection.PortableExecutable", "PEBuilder", False, "GetSections", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Reflection.PortableExecutable", "PEBuilder", False, "PEBuilder", "(System.Reflection.PortableExecutable.PEHeaderBuilder,System.Func<System.Collections.Generic.IEnumerable<System.Reflection.Metadata.Blob>,System.Reflection.Metadata.BlobContentId>)", "", "Argument[0]", "Argument[this].Property[System.Reflection.PortableExecutable.PEBuilder.Header]", "value", "dfc-generated"]
- ["System.Reflection.PortableExecutable", "PEBuilder", False, "PEBuilder", "(System.Reflection.PortableExecutable.PEHeaderBuilder,System.Func<System.Collections.Generic.IEnumerable<System.Reflection.Metadata.Blob>,System.Reflection.Metadata.BlobContentId>)", "", "Argument[1]", "Argument[this].Property[System.Reflection.PortableExecutable.PEBuilder.IdProvider]", "value", "dfc-generated"]
- ["System.Reflection.PortableExecutable", "PEBuilder", False, "Serialize", "(System.Reflection.Metadata.BlobBuilder)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.Reflection.PortableExecutable", "PEBuilder", False, "Serialize", "(System.Reflection.Metadata.BlobBuilder)", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.Reflection.PortableExecutable", "PEBuilder", True, "GetDirectories", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
@@ -71,7 +73,6 @@ extensions:
- ["System.Reflection.PortableExecutable", "ManagedPEBuilder", "ManagedPEBuilder", "(System.Reflection.PortableExecutable.PEHeaderBuilder,System.Reflection.Metadata.Ecma335.MetadataRootBuilder,System.Reflection.Metadata.BlobBuilder,System.Reflection.Metadata.BlobBuilder,System.Reflection.Metadata.BlobBuilder,System.Reflection.PortableExecutable.ResourceSectionBuilder,System.Reflection.PortableExecutable.DebugDirectoryBuilder,System.Int32,System.Reflection.Metadata.MethodDefinitionHandle,System.Reflection.PortableExecutable.CorFlags,System.Func<System.Collections.Generic.IEnumerable<System.Reflection.Metadata.Blob>,System.Reflection.Metadata.BlobContentId>)", "summary", "df-generated"]
- ["System.Reflection.PortableExecutable", "ManagedPEBuilder", "Sign", "(System.Reflection.Metadata.BlobBuilder,System.Func<System.Collections.Generic.IEnumerable<System.Reflection.Metadata.Blob>,System.Byte[]>)", "summary", "df-generated"]
- ["System.Reflection.PortableExecutable", "PEBuilder", "CreateSections", "()", "summary", "df-generated"]
- ["System.Reflection.PortableExecutable", "PEBuilder", "PEBuilder", "(System.Reflection.PortableExecutable.PEHeaderBuilder,System.Func<System.Collections.Generic.IEnumerable<System.Reflection.Metadata.Blob>,System.Reflection.Metadata.BlobContentId>)", "summary", "df-generated"]
- ["System.Reflection.PortableExecutable", "PEBuilder", "get_Header", "()", "summary", "df-generated"]
- ["System.Reflection.PortableExecutable", "PEBuilder", "get_IdProvider", "()", "summary", "df-generated"]
- ["System.Reflection.PortableExecutable", "PEBuilder", "get_IsDeterministic", "()", "summary", "df-generated"]