|
1 |
| -// Number of generated types: 1631 |
2 |
| -// Number of generated members: 7723 |
| 1 | +// Number of generated types: 1633 |
| 2 | +// Number of generated members: 7728 |
3 | 3 |
|
4 | 4 | #pragma mark - BEGIN Header
|
5 | 5 | #ifndef TypeDefinitions_h
|
@@ -3241,6 +3241,13 @@ typedef enum __attribute__((enum_extensibility(open))): int32_t {
|
3241 | 3241 | } System_IO_MatchCasing_t;
|
3242 | 3242 |
|
3243 | 3243 |
|
| 3244 | +typedef enum __attribute__((enum_extensibility(open))): int32_t { |
| 3245 | + Beyond_NET_Sample_StepMode_Over = 0, |
| 3246 | + Beyond_NET_Sample_StepMode_In = 1, |
| 3247 | + Beyond_NET_Sample_StepMode_Out = 2 |
| 3248 | +} Beyond_NET_Sample_StepMode_t; |
| 3249 | + |
| 3250 | + |
3244 | 3251 | typedef enum __attribute__((enum_extensibility(open))): uint32_t {
|
3245 | 3252 | Beyond_NET_Sample_NiceLevels_NotNice = 0,
|
3246 | 3253 | Beyond_NET_Sample_NiceLevels_LittleBitNice = 1,
|
@@ -6500,6 +6507,16 @@ typedef void (*System_Xml_Serialization_UnreferencedObjectEventHandler_CFunction
|
6500 | 6507 | );
|
6501 | 6508 |
|
6502 | 6509 |
|
| 6510 | +typedef void* Beyond_NET_Sample_DelegatesTest_DebugEventHandler_t; |
| 6511 | +typedef void (*Beyond_NET_Sample_DelegatesTest_DebugEventHandler_CDestructorFunction_t)(void* context); |
| 6512 | + |
| 6513 | +typedef Beyond_NET_Sample_StepMode_t (*Beyond_NET_Sample_DelegatesTest_DebugEventHandler_CFunction_t)( |
| 6514 | + void* context, |
| 6515 | + System_Object_t _Nonnull sender, |
| 6516 | + Beyond_NET_Sample_StepMode_t stepMode |
| 6517 | +); |
| 6518 | + |
| 6519 | + |
6503 | 6520 |
|
6504 | 6521 | #pragma mark - END Type Definitions
|
6505 | 6522 |
|
@@ -7048,6 +7065,14 @@ System_IO_MatchCasing_TypeOf(
|
7048 | 7065 |
|
7049 | 7066 | #pragma mark - END APIs of System.IO.MatchCasing
|
7050 | 7067 |
|
| 7068 | +#pragma mark - BEGIN APIs of Beyond.NET.Sample.StepMode |
| 7069 | +System_Type_t _Nonnull /* System.Type */ |
| 7070 | +Beyond_NET_Sample_StepMode_TypeOf( |
| 7071 | + void |
| 7072 | +); |
| 7073 | + |
| 7074 | +#pragma mark - END APIs of Beyond.NET.Sample.StepMode |
| 7075 | + |
7051 | 7076 | #pragma mark - BEGIN APIs of Beyond.NET.Sample.NiceLevels
|
7052 | 7077 | System_Type_t _Nonnull /* System.Type */
|
7053 | 7078 | Beyond_NET_Sample_NiceLevels_TypeOf(
|
@@ -13148,6 +13173,12 @@ System_Reflection_Assembly_GetAssembly(
|
13148 | 13173 | System_Exception_t _Nullable* _Nullable /* System.Exception */ outException
|
13149 | 13174 | );
|
13150 | 13175 |
|
| 13176 | +void /* System.Void */ |
| 13177 | +System_Reflection_Assembly_SetEntryAssembly( |
| 13178 | + System_Reflection_Assembly_t _Nullable /* System.Reflection.Assembly */ assembly, |
| 13179 | + System_Exception_t _Nullable* _Nullable /* System.Exception */ outException |
| 13180 | +); |
| 13181 | + |
13151 | 13182 | System_Reflection_Assembly_t _Nullable /* System.Reflection.Assembly */
|
13152 | 13183 | System_Reflection_Assembly_GetEntryAssembly(
|
13153 | 13184 | System_Exception_t _Nullable* _Nullable /* System.Exception */ outException
|
@@ -44914,6 +44945,12 @@ Beyond_NET_Sample_DelegatesTest_TransformPoint(
|
44914 | 44945 | System_Exception_t _Nullable* _Nullable /* System.Exception */ outException
|
44915 | 44946 | );
|
44916 | 44947 |
|
| 44948 | +Beyond_NET_Sample_StepMode_t /* Beyond.NET.Sample.StepMode */ |
| 44949 | +Beyond_NET_Sample_DelegatesTest_TransformStepMode( |
| 44950 | + Beyond_NET_Sample_StepMode_t /* Beyond.NET.Sample.StepMode */ mode, |
| 44951 | + System_Exception_t _Nullable* _Nullable /* System.Exception */ outException |
| 44952 | +); |
| 44953 | + |
44917 | 44954 | System_Type_t _Nonnull /* System.Type */
|
44918 | 44955 | Beyond_NET_Sample_DelegatesTest_TypeOf(
|
44919 | 44956 | void
|
@@ -63087,6 +63124,47 @@ System_Xml_Serialization_UnreferencedObjectEventHandler_Destroy(
|
63087 | 63124 |
|
63088 | 63125 | #pragma mark - END APIs of System.Xml.Serialization.UnreferencedObjectEventHandler
|
63089 | 63126 |
|
| 63127 | +#pragma mark - BEGIN APIs of Beyond.NET.Sample.DelegatesTest.DebugEventHandler |
| 63128 | +Beyond_NET_Sample_DelegatesTest_DebugEventHandler_t _Nonnull /* Beyond.NET.Sample.DelegatesTest.DebugEventHandler */ |
| 63129 | +Beyond_NET_Sample_DelegatesTest_DebugEventHandler_Create( |
| 63130 | + const void* context, |
| 63131 | + Beyond_NET_Sample_DelegatesTest_DebugEventHandler_CFunction_t function, |
| 63132 | + Beyond_NET_Sample_DelegatesTest_DebugEventHandler_CDestructorFunction_t destructorFunction |
| 63133 | +); |
| 63134 | + |
| 63135 | +Beyond_NET_Sample_StepMode_t |
| 63136 | +Beyond_NET_Sample_DelegatesTest_DebugEventHandler_Invoke( |
| 63137 | + Beyond_NET_Sample_DelegatesTest_DebugEventHandler_t /* Beyond.NET.Sample.DelegatesTest.DebugEventHandler */ self, System_Object_t _Nonnull /* System.Object */ sender, |
| 63138 | + Beyond_NET_Sample_StepMode_t /* Beyond.NET.Sample.StepMode */ stepMode, System_Exception_t* /* System.Exception */ outException |
| 63139 | +); |
| 63140 | + |
| 63141 | +const void* |
| 63142 | +Beyond_NET_Sample_DelegatesTest_DebugEventHandler_Context_Get( |
| 63143 | + Beyond_NET_Sample_DelegatesTest_DebugEventHandler_t /* Beyond.NET.Sample.DelegatesTest.DebugEventHandler */ self |
| 63144 | +); |
| 63145 | + |
| 63146 | +Beyond_NET_Sample_DelegatesTest_DebugEventHandler_CFunction_t |
| 63147 | +Beyond_NET_Sample_DelegatesTest_DebugEventHandler_CFunction_Get( |
| 63148 | + Beyond_NET_Sample_DelegatesTest_DebugEventHandler_t /* Beyond.NET.Sample.DelegatesTest.DebugEventHandler */ self |
| 63149 | +); |
| 63150 | + |
| 63151 | +Beyond_NET_Sample_DelegatesTest_DebugEventHandler_CDestructorFunction_t |
| 63152 | +Beyond_NET_Sample_DelegatesTest_DebugEventHandler_CDestructorFunction_Get( |
| 63153 | + Beyond_NET_Sample_DelegatesTest_DebugEventHandler_t /* Beyond.NET.Sample.DelegatesTest.DebugEventHandler */ self |
| 63154 | +); |
| 63155 | + |
| 63156 | +System_Type_t _Nonnull /* System.Type */ |
| 63157 | +Beyond_NET_Sample_DelegatesTest_DebugEventHandler_TypeOf( |
| 63158 | + void |
| 63159 | +); |
| 63160 | + |
| 63161 | +void /* System.Void */ |
| 63162 | +Beyond_NET_Sample_DelegatesTest_DebugEventHandler_Destroy( |
| 63163 | + Beyond_NET_Sample_DelegatesTest_DebugEventHandler_t _Nullable /* Beyond.NET.Sample.DelegatesTest.DebugEventHandler */ self |
| 63164 | +); |
| 63165 | + |
| 63166 | +#pragma mark - END APIs of Beyond.NET.Sample.DelegatesTest.DebugEventHandler |
| 63167 | + |
63090 | 63168 |
|
63091 | 63169 | #pragma mark - END APIs
|
63092 | 63170 |
|
|
0 commit comments