GC.GetTotalMemory Method
Retrieves the number of bytes currently thought to be allocated. A parameter indicates whether this method can wait a short interval before returning, to allow the system to collect garbage and finalize objects.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- forceFullCollection
- Type: System.Boolean
true to indicate that this method can wait for garbage collection to occur before returning; otherwise, false.
Return Value
Type: System.Int64A number that is the best available approximation of the number of bytes currently allocated in managed memory.
If the forceFullCollection parameter is true, this method waits a short interval before returning while the system collects garbage and finalizes objects. The duration of the interval is an internally specified limit determined by the number of garbage collection cycles completed and the change in the amount of memory recovered between cycles. The garbage collector does not guarantee that all inaccessible memory is collected.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.