Windows API .Net class 库中的等效结构字段?

Windows API structure field equivalent in .Net class library?

为了避免写不必要的 P/Invokes,我想知道 SYSTEM_INFO 结构的 lpMinimumApplicationAddresslpMaximumApplicationAddress 字段是否以托管方式暴露在某个地方.Net 框架 class 库。

lpMinimumApplicationAddress

A pointer to the lowest memory address accessible to applications and dynamic-link libraries (DLLs).

lpMaximumApplicationAddress

A pointer to the highest memory address accessible to applications and DLLs.

我想也许有可能,因为 .Net Framework class 库包含与系统信息相关的各种 class,但我没有找到这些值。

.net 框架库 类 不公开此信息。