Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added symbols from dotnet module to reference in docs #1938

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/modules/dotnet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,19 @@ Reference

The typelib of the file.

.. c:type:: number_of_constants

The number of constants in the .NET file.

.. c:type:: constants

A zero-based array of strings, one for each constant the .NET file has.
Individual constants can be accessed by using the [] operator.

.. c:type:: number_of_assembly_refs

The number of objects for .NET assembly reference information.

.. c:type:: assembly_refs

Object for .NET assembly reference information.
Expand Down
Loading