IObjectExportProvider
Last updated
Last updated
Namespace: Lithnet.Ecma2Framework
Defines the methods and properties that an object export provider must implement
Initializes the object export provider. This method is called once at the start of an export operation
context
The context of the operation
A task that represents the asynchronous operation
Indicates whether the object export provider can export objects of the specified type
csentry
CSEntryChange
The CSEntryChange representing the object to be exported
Exports the specified object
csentry
CSEntryChange
The CSEntryChange representing the object to be exported
if the provider can export the object, otherwise
cancellationToken
A cancellation token
A task that represents the asynchronous operation