Property GlobalMaximumCapacity
GlobalMaximumCapacity
Gets or sets the global maximum capacity for all instances of MemoryStreamSlim. This value affects newly created instances of MemoryStreamSlim only, and any existing instances will use the value that was set at the time they were created.
public static long GlobalMaximumCapacity { get; set; }