ResXResourceSetAutoFreeXmlData Property

Gets or sets whether the raw XML data of the stored elements should be freed once their value has been deserialized.
Default value: .

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool AutoFreeXmlData { get; set; }

Property Value

Boolean
to free the stored raw XML data automatically; otherwise, .

Remarks

If the value of the property is , then the stored raw XML data will be automatically freed when a resource or metadata item is obtained by GetObject, GetMetaObject, GetString or GetMetaString methods. The raw XML data is re-generated on demand if needed, it is transparent to the user.

If SafeMode or CloneValues properties are , this property has no effect.

See Also