ReusableStringBuilder Class
Represents a reusable StringBuilder. The StringBuilder is cleared after each cleanup to remove content from the previous usage.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Microsoft.VisualStudio.Utilities.ReusableResourceStoreBase<TResource>
Microsoft.VisualStudio.Utilities.ReusableResourceStore<TResource, TConstructorParameter>
Microsoft.VisualStudio.Utilities.ReusableStringBuilder
| Name | Description | |
|---|---|---|
![]() | ReusableStringBuilder(Int32) | Initializes a new instance of ReusableStringBuilder with the specified cache capacity. |
| Name | Description | |
|---|---|---|
![]() | Acquire(TConstructorParameter) | Acquires a cached instance of the resource, or allocates a new instance if none are currently available. This is a disposable object that should be disposed when usage of the resource is complete.(Inherited from ReusableResourceStore<TResource, TConstructorParameter>.) |
![]() ![]() | AcquireDefault(Int32) | Gets the default ReusableStringBuilder. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

