Skip to content

Commit c10d325

Browse files
committed
Update generated files
1 parent 60bd6e2 commit c10d325

File tree

3 files changed

+1166
-512
lines changed

3 files changed

+1166
-512
lines changed

Samples/Generated/Generated_C.h

+80-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Number of generated types: 1631
2-
// Number of generated members: 7723
1+
// Number of generated types: 1633
2+
// Number of generated members: 7728
33

44
#pragma mark - BEGIN Header
55
#ifndef TypeDefinitions_h
@@ -3241,6 +3241,13 @@ typedef enum __attribute__((enum_extensibility(open))): int32_t {
32413241
} System_IO_MatchCasing_t;
32423242

32433243

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+
32443251
typedef enum __attribute__((enum_extensibility(open))): uint32_t {
32453252
Beyond_NET_Sample_NiceLevels_NotNice = 0,
32463253
Beyond_NET_Sample_NiceLevels_LittleBitNice = 1,
@@ -6500,6 +6507,16 @@ typedef void (*System_Xml_Serialization_UnreferencedObjectEventHandler_CFunction
65006507
);
65016508

65026509

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+
65036520

65046521
#pragma mark - END Type Definitions
65056522

@@ -7048,6 +7065,14 @@ System_IO_MatchCasing_TypeOf(
70487065

70497066
#pragma mark - END APIs of System.IO.MatchCasing
70507067

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+
70517076
#pragma mark - BEGIN APIs of Beyond.NET.Sample.NiceLevels
70527077
System_Type_t _Nonnull /* System.Type */
70537078
Beyond_NET_Sample_NiceLevels_TypeOf(
@@ -13148,6 +13173,12 @@ System_Reflection_Assembly_GetAssembly(
1314813173
System_Exception_t _Nullable* _Nullable /* System.Exception */ outException
1314913174
);
1315013175

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+
1315113182
System_Reflection_Assembly_t _Nullable /* System.Reflection.Assembly */
1315213183
System_Reflection_Assembly_GetEntryAssembly(
1315313184
System_Exception_t _Nullable* _Nullable /* System.Exception */ outException
@@ -44914,6 +44945,12 @@ Beyond_NET_Sample_DelegatesTest_TransformPoint(
4491444945
System_Exception_t _Nullable* _Nullable /* System.Exception */ outException
4491544946
);
4491644947

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+
4491744954
System_Type_t _Nonnull /* System.Type */
4491844955
Beyond_NET_Sample_DelegatesTest_TypeOf(
4491944956
void
@@ -63087,6 +63124,47 @@ System_Xml_Serialization_UnreferencedObjectEventHandler_Destroy(
6308763124

6308863125
#pragma mark - END APIs of System.Xml.Serialization.UnreferencedObjectEventHandler
6308963126

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+
6309063168

6309163169
#pragma mark - END APIs
6309263170

0 commit comments

Comments
 (0)