|
1 | | -// Number of generated types: 1638 |
| 1 | +// Number of generated types: 1637 |
2 | 2 | // Number of generated members: 7782 |
3 | 3 |
|
4 | 4 | #pragma mark - BEGIN Header |
@@ -2357,6 +2357,9 @@ typedef struct DNReadOnlySpanOfByte { |
2357 | 2357 | // Unsupported Type "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]][]": Is Array of Generic Type |
2358 | 2358 | // Unsupported Type "System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]][]": Is Array of Generic Type |
2359 | 2359 | // Unsupported Type "Beyond.NET.Sample.IAnimal[]": Is Array of Interface Type |
| 2360 | +// Unsupported Type "Beyond.NET.Sample.DelegatesTest+TransformIntWithRefDelegate": Unsupported delegate paramter type: Has ref parameters |
| 2361 | +// Unsupported Type "Beyond.NET.Sample.DelegatesTest+TransformIntWithOutDelegate": Unsupported delegate paramter type: Has out parameters |
| 2362 | +// Unsupported Type "Beyond.NET.Sample.DelegatesTest+PointTransformWithRefDelegate": Unsupported delegate paramter type: Has ref parameters |
2360 | 2363 | // Unsupported Type "Converter`2": Is Generic Delegate Type |
2361 | 2364 | // Unsupported Type "System.Predicate`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": Is Generic Delegate Type |
2362 | 2365 | // Unsupported Type "System.Action`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": Is Generic Delegate Type |
@@ -2387,6 +2390,8 @@ typedef struct DNReadOnlySpanOfByte { |
2387 | 2390 | // Unsupported Type "Beyond.NET.Sample.INotImplementedInterfaceWithStaticAbstractMembers": Static abstract members in interface |
2388 | 2391 | // Unsupported Type "System.Span`1[[System.Byte, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]&": Is unsupported Type |
2389 | 2392 | // Unsupported Type "System.Nullable`1": Excluded |
| 2393 | +// Unsupported Type "Beyond.NET.Sample.ByRefParametersDelegate": Unsupported delegate paramter type: Has ref parameters |
| 2394 | +// Unsupported Type "Beyond.NET.Sample.OutParametersDelegate": Unsupported delegate paramter type: Has out parameters |
2390 | 2395 | // Unsupported Type "System.ArraySegment`1[[System.Byte, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]&": Is unsupported Type |
2391 | 2396 | // Unsupported Type "System.Func`1[[System.Object, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": Is Generic Delegate Type |
2392 | 2397 | // Unsupported Type "System.Func`2[[System.Object, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": Is Generic Delegate Type |
@@ -5594,6 +5599,7 @@ typedef void* Beyond_NET_Sample_Point_t; |
5594 | 5599 |
|
5595 | 5600 | typedef void* Beyond_NET_Sample_DelegatesTest_t; |
5596 | 5601 |
|
| 5602 | + |
5597 | 5603 | typedef void* Beyond_NET_Sample_EventTests_t; |
5598 | 5604 |
|
5599 | 5605 | typedef void* Beyond_NET_Sample_GenericTestClass_A1_t; |
@@ -6429,10 +6435,6 @@ typedef System_Byte_Array_t _Nullable (*Beyond_NET_Sample_SpanTest_SpanToByteArr |
6429 | 6435 |
|
6430 | 6436 | // TODO: (Beyond_NET_Sample_ByRefReturnValueDelegate) Unsupported delegate type. Reason: Has by ref return type |
6431 | 6437 |
|
6432 | | -// TODO: (Beyond_NET_Sample_ByRefParametersDelegate) Unsupported delegate type. Reason: Has by ref parameters |
6433 | | - |
6434 | | -// TODO: (Beyond_NET_Sample_OutParametersDelegate) Unsupported delegate type. Reason: Has out parameters |
6435 | | - |
6436 | 6438 | typedef void* Beyond_NET_Sample_CharReturnerDelegate_t; |
6437 | 6439 | typedef void (*Beyond_NET_Sample_CharReturnerDelegate_CDestructorFunction_t)(void* context); |
6438 | 6440 |
|
@@ -45280,6 +45282,7 @@ Beyond_NET_Sample_DelegatesTest_Destroy( |
45280 | 45282 |
|
45281 | 45283 | #pragma mark - END APIs of Beyond.NET.Sample.DelegatesTest |
45282 | 45284 |
|
| 45285 | + |
45283 | 45286 | #pragma mark - BEGIN APIs of Beyond.NET.Sample.EventTests |
45284 | 45287 | Beyond_NET_Sample_EventTests_t _Nonnull /* Beyond.NET.Sample.EventTests */ |
45285 | 45288 | Beyond_NET_Sample_EventTests_Create( |
@@ -63103,14 +63106,6 @@ Beyond_NET_Sample_SpanTest_SpanToByteArrayDelegate_Destroy( |
63103 | 63106 | // TODO: (Beyond_NET_Sample_ByRefReturnValueDelegate_t) Unsupported delegate type. Reason: Has by ref return type |
63104 | 63107 | #pragma mark - END APIs of Beyond.NET.Sample.ByRefReturnValueDelegate |
63105 | 63108 |
|
63106 | | -#pragma mark - BEGIN APIs of Beyond.NET.Sample.ByRefParametersDelegate |
63107 | | -// TODO: (Beyond_NET_Sample_ByRefParametersDelegate_t) Unsupported delegate type. Reason: Has by ref parameters |
63108 | | -#pragma mark - END APIs of Beyond.NET.Sample.ByRefParametersDelegate |
63109 | | - |
63110 | | -#pragma mark - BEGIN APIs of Beyond.NET.Sample.OutParametersDelegate |
63111 | | -// TODO: (Beyond_NET_Sample_OutParametersDelegate_t) Unsupported delegate type. Reason: Has out parameters |
63112 | | -#pragma mark - END APIs of Beyond.NET.Sample.OutParametersDelegate |
63113 | | - |
63114 | 63109 | #pragma mark - BEGIN APIs of Beyond.NET.Sample.CharReturnerDelegate |
63115 | 63110 | Beyond_NET_Sample_CharReturnerDelegate_t _Nonnull /* Beyond.NET.Sample.CharReturnerDelegate */ |
63116 | 63111 | Beyond_NET_Sample_CharReturnerDelegate_Create( |
|
0 commit comments