Open sandboxFocus

Property IsDurable

IsDurable

Gets a value indicating whether the reference can be kept in memory without keeping a reference to the state of the project. Most references are bound to a specific state of the project. They are faster to resolve but prevent that specific project state to be garbage-collected. Durable references are slower to resolve but not cause a memory leak if they stay in memory for a long time.

Declaration
bool IsDurable { get; }
Property Value
Type Description
bool