IAssemblyCacheItem.CreateStream(Int32, String, Int32, Int32, Object, Int64) Method

Definition

public:
 int CreateStream(int flags, System::String ^ streamName, int format, int formatFlags, [Runtime::InteropServices::Out] System::Object ^ % stream, long maxSize);
public int CreateStream (int flags, string streamName, int format, int formatFlags, out object stream, long maxSize);
abstract member CreateStream : int * string * int * int * obj * int64 -> int
Public Function CreateStream (flags As Integer, streamName As String, format As Integer, formatFlags As Integer, ByRef stream As Object, maxSize As Long) As Integer

Parameters

flags
Int32
streamName
String
format
Int32
formatFlags
Int32
stream
Object
maxSize
Int64

Returns

Int32

Applies to