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
| Constructor | Description |
new()
Signature: unit -> unit
|
Instance members
| Instance member | Description |
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 |