Skip to content

Commit

Permalink
Implement GCPressure (#446)
Browse files Browse the repository at this point in the history
* Implement GCPressure

* resurrect disposed RCWs

* PR feedback
  • Loading branch information
Scottj1s committed Dec 1, 2020
1 parent b664ab6 commit 0c7e84d
Show file tree
Hide file tree
Showing 10 changed files with 920 additions and 846 deletions.
2 changes: 1 addition & 1 deletion src/Tests/TestComponentCSharp/TestComponentCSharp.idl
Expand Up @@ -99,7 +99,7 @@ namespace TestComponentCSharp
static Int32 NumObjects{ get; };
}

[default_interface]
[default_interface, gc_pressure(Windows.Foundation.Metadata.GCPressureAmount.High)]
runtimeclass Class :
Windows.Foundation.IStringable
//, ICowboy
Expand Down

0 comments on commit 0c7e84d

Please sign in to comment.