Table of Contents

Class ExternalDescriptor

Namespace
RDCore.SDK.Platform.Protocol
Assembly
RDCore.SDK.dll

The Declare-statement metadata of an external member.

public record ExternalDescriptor : IEquatable<ExternalDescriptor>
Inheritance
ExternalDescriptor
Implements
Inherited Members

Properties

Alias

The exported name from the Alias "…" clause, or null.

public string? Alias { get; init; }

Property Value

string

IsPtrSafe

Whether the declaration carries the PtrSafe token.

public bool IsPtrSafe { get; init; }

Property Value

bool

Library

The library name from the Lib "…" clause.

public string Library { get; init; }

Property Value

string