System.IO.UnmanagedMemoryStream.UnmanagedMemoryStream C# (CSharp) Méthode

UnmanagedMemoryStream() private méthode

private UnmanagedMemoryStream ( byte pointer, long length, long capacity, FileAccess access, bool skipSecurityCheck ) : System
pointer byte
length long
capacity long
access FileAccess
skipSecurityCheck bool
Résultat System
        internal unsafe UnmanagedMemoryStream(byte* pointer, long length, long capacity, FileAccess access, bool skipSecurityCheck)
        {
            Initialize(pointer, length, capacity, access, skipSecurityCheck);
        }

Same methods

UnmanagedMemoryStream::UnmanagedMemoryStream ( ) : System
UnmanagedMemoryStream::UnmanagedMemoryStream ( byte pointer, long length ) : System
UnmanagedMemoryStream::UnmanagedMemoryStream ( byte pointer, long length, long capacity, FileAccess access ) : System