Core.Base API inventory

Owns the foundational System and SharpRuntime types: primitive aliases, Object and Type identity, exceptions, Array and Span helpers, delegates, nullable values, versioning, environment helpers, and other cross-cutting contracts.

Generated public inventory223 headersSource 6d429559

Ownership and selection

FactPinned value
Physical ownermodules/core
CMake targetSharpRuntime::Core.Base
Component kindstatic
Direct production dependenciesNone
External dependencyNone
Public headers223
Production sources41

Select the component

set(SHARP_RUNTIME_COMPONENTS Core.Base)
set(SHARP_RUNTIME_BUILD_TESTS OFF CACHE BOOL "" FORCE)
add_subdirectory(sharp-runtime)

target_link_libraries(app PRIVATE SharpRuntime::Core.Base)

Compatibility and platform notes

Predominantly portable C++23, with explicitly guarded operating-system helpers. It is an opt-in native object model, not a CLR or universal base-object layer.

Implementation-status evidence

The owning module contains 186 C++ test sources and participates in a physical component test executable. Source-file count is not a discovered-test count.

This page deliberately reports source and test topology instead of a hand-authored Done/Partial maturity badge. Consult limitations and subsystem documentation for material behavioral reductions.

Public header and entry inventory

This complete list is derived from modules/core/include. Each filename is a public discovery entry; it may declare more than one type, and it does not imply method-level .NET parity.

SharpRuntime3 public headers
SharpRuntime::Experimental2 public headers
System197 public headers
System::Buffers1 public header
System::Collections::Generic1 public header
System::Diagnostics1 public header
System::Globalization3 public headers
System::IO2 public headers
System::Numerics1 public header
System::Security::Cryptography1 public header
System::Text1 public header
System::Threading1 public header
System::detail9 public headers ยท internal/support path