IWorkbookSession.CreateNativeStream Method

Definition

Gets a native IStream that can be used to communicate with the AS instance hosting the current session's model.

public System.Runtime.InteropServices.ComTypes.IStream CreateNativeStream ();
abstract member CreateNativeStream : unit -> System.Runtime.InteropServices.ComTypes.IStream
Public Function CreateNativeStream () As IStream

Returns

IStream

An IStream that acts as a proxy to the hosting AS instance.

Applies to