CSharpTest.Net
MarshallingStream Constructor(IntPtr,Boolean,Int32,Int32)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.IO Namespace > MarshallingStream Class > MarshallingStream Constructor : MarshallingStream Constructor(IntPtr,Boolean,Int32,Int32)

ptrBytes
readOnly
start
length

Glossary Item Box

Constructs a stream that marshals bytes from unmanaged memory

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ptrBytes As IntPtr, _
   ByVal readOnly As Boolean, _
   ByVal start As Integer, _
   ByVal length As Integer _
)
C# 
public MarshallingStream( 
   IntPtr ptrBytes,
   bool readOnly,
   int start,
   int length
)

Parameters

ptrBytes
readOnly
start
length

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys