autowrap.csharp.csharp

Undocumented in source.

Members

Functions

generateCSharp
string generateCSharp(LibraryName libraryName, RootNamespace rootNamespace)
Undocumented in source. Be warned that the author may not have intended to support it.
getCSFieldNameTuple
Tuple!(string, "public_", string, "private_") getCSFieldNameTuple(string dlangTypeName, string dlangFieldName)
Undocumented in source. Be warned that the author may not have intended to support it.
getCSMemberName
string getCSMemberName(string dlangTypeName, string dlangMemberName)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

csharpRange
struct csharpRange
Undocumented in source.

Variables

aggregateReservationSize
enum int aggregateReservationSize;
Undocumented in source.
boolTypeString
enum string boolTypeString;
Undocumented in source.
byteTypeString
enum string byteTypeString;
Undocumented in source.
charTypeString
enum string charTypeString;
Undocumented in source.
dateTimeTypeString
enum string dateTimeTypeString;
Undocumented in source.
dateTypeString
enum string dateTypeString;
Undocumented in source.
dcharTypeString
enum string dcharTypeString;
Undocumented in source.
dllImportString
enum string dllImportString;
Undocumented in source.
doubleTypeString
enum string doubleTypeString;
Undocumented in source.
dstringTypeString
enum string dstringTypeString;
Undocumented in source.
durationTypeString
enum string durationTypeString;
Undocumented in source.
externFuncString
enum string externFuncString;
Undocumented in source.
fileReservationSize
enum int fileReservationSize;
Undocumented in source.
floatTypeString
enum string floatTypeString;
Undocumented in source.
intTypeString
enum string intTypeString;
Undocumented in source.
longTypeString
enum string longTypeString;
Undocumented in source.
shortTypeString
enum string shortTypeString;
Undocumented in source.
sliceTypeString
enum string sliceTypeString;
Undocumented in source.
stringTypeString
enum string stringTypeString;
Undocumented in source.
sysTimeTypeString
enum string sysTimeTypeString;
Undocumented in source.
timeOfDayTypeString
enum string timeOfDayTypeString;
Undocumented in source.
ubyteTypeString
enum string ubyteTypeString;
Undocumented in source.
uintTypeString
enum string uintTypeString;
Undocumented in source.
ulongTypeString
enum string ulongTypeString;
Undocumented in source.
ushortTypeString
enum string ushortTypeString;
Undocumented in source.
uuidTypeString
enum string uuidTypeString;
Undocumented in source.
voidTypeString
enum string voidTypeString;
Undocumented in source.
wcharTypeString
enum string wcharTypeString;
Undocumented in source.
wstringTypeString
enum string wstringTypeString;
Undocumented in source.

Meta