IAssemblyCacheItem.CreateStream(Int32, String, Int32, Int32, Object, Int64) 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.
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