IPersistMemory.Load(Byte[], UInt32) Method

Definition

public:
 void Load(cli::array <System::Byte> ^ pMem, System::UInt32 cbSize);
public:
 void Load(Platform::Array <byte> ^ pMem, unsigned int cbSize);
void Load(std::Array <byte> const & pMem, unsigned int cbSize);
public void Load (byte[] pMem, uint cbSize);
abstract member Load : byte[] * uint32 -> unit
Public Sub Load (pMem As Byte(), cbSize As UInteger)

Parameters

pMem
Byte[]
cbSize
UInt32

Applies to