IWorkbookSession.CreateManagedStream Method

Definition

Get a managed Stream that can be used to communicate with the AS instance hosting the current session's model.

[System.Runtime.InteropServices.ComVisible(false)]
public System.IO.Stream CreateManagedStream ();
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member CreateManagedStream : unit -> System.IO.Stream
Public Function CreateManagedStream () As Stream

Returns

Stream

A Stream that acts as a proxy to the hosting AS instance.

Attributes

Applies to