Skip to content

Commit c97cf0c

Browse files
authored
Add runtime capability to allow updating parameters (#56599)
1 parent 5e98d21 commit c97cf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/System.Private.CoreLib/src/System/Reflection/Metadata/MetadataUpdater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static void ApplyUpdate(Assembly assembly, ReadOnlySpan<byte> metadataDel
5353
/// <summary>
5454
/// Returns the metadata update capabilities.
5555
/// </summary>
56-
internal static string GetCapabilities() => "Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes";
56+
internal static string GetCapabilities() => "Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters";
5757

5858
/// <summary>
5959
/// Returns true if the apply assembly update is enabled and available.

0 commit comments

Comments
 (0)