IWorkbookSession.CreateManagedStream Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A Stream that acts as a proxy to the hosting AS instance.
- Attributes