diff --git a/docs/modules/dotnet.rst b/docs/modules/dotnet.rst index 9c132a648f..f116ba5a9b 100644 --- a/docs/modules/dotnet.rst +++ b/docs/modules/dotnet.rst @@ -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.