MemoryHandle Class

Definition

Line 32 of System.Windows/Clipboard.cm

Constructors & Destructor

public nothrow MemoryHandle()
public MemoryHandle(MemoryHandle&& that)
suppress MemoryHandle(const MemoryHandle&)
public MemoryHandle(void* handle_)
public ~MemoryHandle()

Member Functions

public static MemoryHandle AllocateMemory(ulong size)
public nothrow void* Handle() const
public nothrow void* Memory() const
public ulong Size() const
suppress void operator=(const MemoryHandle&)

Member Variables

private void* handle
private void* memory

Constructor& Destructor Details

MemoryHandle Constructor

public nothrow MemoryHandle()

Definition
Line 34 of System.Windows/Clipboard.cm


MemoryHandle Constructor

public MemoryHandle(MemoryHandle&& that)

Definition
Line 42 of System.Windows/Clipboard.cm


MemoryHandle Constructor

suppress MemoryHandle(const MemoryHandle&)

Definition
Line 40 of System.Windows/Clipboard.cm


MemoryHandle Constructor

public MemoryHandle(void* handle_)

Definition
Line 37 of System.Windows/Clipboard.cm


~MemoryHandle Destructor

public ~MemoryHandle()

Definition
Line 47 of System.Windows/Clipboard.cm


Member Function Details

AllocateMemory Static Member Function

public static MemoryHandle AllocateMemory(ulong size)

Definition
Line 54 of System.Windows/Clipboard.cm


Handle Member Function

public nothrow void* Handle()

Definition
Line 66 of System.Windows/Clipboard.cm


Memory Member Function

public nothrow void* Memory()

Definition
Line 58 of System.Windows/Clipboard.cm


Size Member Function

public ulong Size()

Definition
Line 62 of System.Windows/Clipboard.cm


operator= Member Function

suppress void operator=(const MemoryHandle&)

Definition
Line 41 of System.Windows/Clipboard.cm