DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
Object.h File Reference

Base object class for DotNetDupe mirroring .NET System.Object. More...

#include "Common.h"
#include <cstddef>

Go to the source code of this file.

Classes

class  DotNetDupe::System::Object
 Supports all classes in the DotNetDupe class hierarchy. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System

Functions

void * DotNetDupe::System::AllocateCollectionBuffer (size_t size)
 Internal memory allocator for generic collections.
void DotNetDupe::System::FreeCollectionBuffer (void *p)
 Frees collection buffer allocated with AllocateCollectionBuffer.

Detailed Description

Base object class for DotNetDupe mirroring .NET System.Object.

Definition in file Object.h.