RazorEngine


CrossAppDomainObject

Defined in RazorEngine.dll.

Enables access to objects across application domain boundaries. This type differs from MarshalByRefObject by ensuring that the service lifetime is managed deterministically by the consumer.

Constructors

ConstructorDescription
new()
Signature: unit -> unit

Instance members

Instance memberDescription
Dispose()
Signature: unit -> unit
Modifiers: abstract

Disposes the current instance.

InitializeLifetimeService()
Signature: unit -> obj
Modifiers: abstract

initializes the lifetime service for the current instance.

Returns: null

Fork me on GitHub