Skip to content

TypeExporter.IsDelayLoadEnabled property

Gets or sets a value indicating whether exporting of type members and their dependencies is delayed until first use. The default is true.

C#
public bool IsDelayLoadEnabled { get; set; }

See Also

Released under the MIT license