5 [__DynamicallyInvokable]
9 [__DynamicallyInvokable]
12 [__DynamicallyInvokable]
15 [__DynamicallyInvokable]
18 [__DynamicallyInvokable]
Enables garbage collection that tries to minimize latency over an extended period....
Enables garbage collection concurrency and reclaims objects while the application is running....
Indicates that garbage collection is suspended while the app is executing a critical path.
Enables garbage collection that is more conservative in reclaiming objects. Full collections occur on...
GCLatencyMode
Adjusts the time that the garbage collector intrudes in your application.
Specifies that the class can be serialized.
Disables garbage collection concurrency and reclaims objects in a batch call. This is the most intrus...