@@ -74,6 +74,7 @@ public static partial class MethodTests
7474 [ SupportedOSPlatform ( "tvos" ) ]
7575 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
7676 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
77+ [ Export ( "completeRequestReturningItems:completionHandler:" ) ]
7778 public static unsafe partial void CompleteRequest ( this global ::Foundation . NSObject self , global ::Foundation . NSExtensionItem [ ] returningItems , global ::System . Action < bool > ? completionHandler )
7879 {
7980 if ( returningItems is null )
@@ -105,6 +106,7 @@ public static unsafe partial void CompleteRequest (this global::Foundation.NSObj
105106 [ SupportedOSPlatform ( "tvos" ) ]
106107 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
107108 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
109+ [ Export ( "completeRequestReturningItems:completionHandler:" ) ]
108110 public static unsafe partial void CompleteRequest ( this global ::Foundation . NSObject self , global ::Foundation . NSExtensionItem [ ] returningItems , global ::System . Action < bool , string ? > ? completionHandler )
109111 {
110112 if ( returningItems is null )
@@ -136,6 +138,7 @@ public static unsafe partial void CompleteRequest (this global::Foundation.NSObj
136138 [ SupportedOSPlatform ( "tvos" ) ]
137139 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
138140 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
141+ [ Export ( "completeRequestReturningItems:completionHandler:" ) ]
139142 public static unsafe partial void CompleteRequest ( this global ::Foundation . NSObject self , global ::Foundation . NSExtensionItem [ ] returningItems , global ::System . Action < bool , string , string ? > ? completionHandler )
140143 {
141144 if ( returningItems is null )
@@ -167,6 +170,7 @@ public static unsafe partial void CompleteRequest (this global::Foundation.NSObj
167170 [ SupportedOSPlatform ( "tvos" ) ]
168171 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
169172 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
173+ [ Export ( "filteredArrayUsingPredicate:" ) ]
170174 public static unsafe partial global ::Foundation . NSArray Filter ( this global ::Foundation . NSObject self , global ::Foundation . NSPredicate predicate )
171175 {
172176 var predicate__handle__ = predicate ! . GetNonNullHandle ( nameof ( predicate ) ) ;
@@ -182,6 +186,7 @@ public static unsafe partial void CompleteRequest (this global::Foundation.NSObj
182186 [ SupportedOSPlatform ( "tvos" ) ]
183187 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
184188 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
189+ [ Export ( "filteredArrayUsingStrings:" ) ]
185190 public static unsafe partial global ::Foundation . NSArray FilterStrings ( this global ::Foundation . NSObject self , string [ ] predicate )
186191 {
187192 if ( predicate is null )
@@ -199,6 +204,7 @@ public static unsafe partial void CompleteRequest (this global::Foundation.NSObj
199204 [ SupportedOSPlatform ( "tvos" ) ]
200205 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
201206 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
207+ [ Export ( "arrayWithContentsOfFile:" ) ]
202208 public static unsafe partial static global ::Foundation . NSArray FromFile ( this global ::Foundation . NSObject self , string path )
203209 {
204210 if ( path is null )
@@ -216,6 +222,7 @@ public static unsafe partial void CompleteRequest (this global::Foundation.NSObj
216222 [ SupportedOSPlatform ( "tvos" ) ]
217223 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
218224 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
225+ [ Export ( "bookmarkDataWithContentsOfURL:error:" ) ]
219226 public static unsafe partial global ::Foundation . NSData GetBookmarkData ( this global ::Foundation . NSObject self , global ::Foundation . NSUrl bookmarkFileUrl , out global ::Foundation . NSError ? error )
220227 {
221228 var bookmarkFileUrl__handle__ = bookmarkFileUrl ! . GetNonNullHandle ( nameof ( bookmarkFileUrl ) ) ;
@@ -233,6 +240,7 @@ public static unsafe partial void CompleteRequest (this global::Foundation.NSObj
233240 [ SupportedOSPlatform ( "tvos" ) ]
234241 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
235242 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
243+ [ Export ( "bookmarkDataWithContentsOfURL:subdomain:error:" ) ]
236244 public static unsafe partial global ::Foundation . NSData GetBookmarkData ( this global ::Foundation . NSObject self , global ::Foundation . NSUrl bookmarkFileUrl , string subdomain , out global ::Foundation . NSError ? error )
237245 {
238246 if ( subdomain is null )
@@ -254,6 +262,7 @@ public static unsafe partial void CompleteRequest (this global::Foundation.NSObj
254262 [ UnsupportedOSPlatform ( "tvos" ) ]
255263 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
256264 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
265+ [ Export ( "loadFromHTMLWithRequest:options:completionHandler:" ) ]
257266 public partial static void LoadFromHtml ( this global ::Foundation . NSObject self , global ::Foundation . NSUrlRequest request , global ::Foundation . NSDictionary options , global ::Foundation . NSAttributedStringCompletionHandler completionHandler )
258267 {
259268 if ( completionHandler is null )
@@ -290,6 +299,7 @@ public partial static void LoadFromHtml (this global::Foundation.NSObject self,
290299 [ UnsupportedOSPlatform ( "tvos" ) ]
291300 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
292301 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
302+ [ Export ( "loadFromHTMLWithRequest:options:completionHandler:" ) ]
293303 public partial static void LoadFromHtmlNoName ( this global ::Foundation . NSObject self , global ::Foundation . NSUrlRequest request , global ::Foundation . NSDictionary options , global ::Foundation . NSAttributedStringCompletionHandler completionHandler )
294304 {
295305 if ( completionHandler is null )
@@ -326,6 +336,7 @@ public partial static void LoadFromHtmlNoName (this global::Foundation.NSObject
326336 [ SupportedOSPlatform ( "tvos" ) ]
327337 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
328338 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
339+ [ Export ( "setValue:forKey:" ) ]
329340 public static unsafe partial void SetValueForKey ( this global ::Foundation . NSObject self , global ::Foundation . NSObject value , global ::Foundation . NSString key )
330341 {
331342 var value__handle__ = value ! . GetNonNullHandle ( nameof ( value ) ) ;
@@ -341,6 +352,7 @@ public static unsafe partial void SetValueForKey (this global::Foundation.NSObje
341352 [ SupportedOSPlatform ( "tvos" ) ]
342353 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
343354 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
355+ [ Export ( "sortedArrayUsingComparator:" ) ]
344356 public static unsafe partial global ::Foundation . NSArray Sort ( this global ::Foundation . NSObject self , global ::Foundation . NSComparator cmptr )
345357 {
346358 if ( cmptr is null )
@@ -358,6 +370,7 @@ public static unsafe partial void SetValueForKey (this global::Foundation.NSObje
358370 [ SupportedOSPlatform ( "tvos" ) ]
359371 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
360372 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
373+ [ Export ( "valueForKey:" ) ]
361374 public static unsafe partial global ::Foundation . NSObject ValueForKey ( this global ::Foundation . NSObject self , global ::Foundation . NSString key )
362375 {
363376 var key__handle__ = key ! . GetNonNullHandle ( nameof ( key ) ) ;
@@ -373,6 +386,7 @@ public static unsafe partial void SetValueForKey (this global::Foundation.NSObje
373386 [ SupportedOSPlatform ( "tvos" ) ]
374387 [ SupportedOSPlatform ( "maccatalyst13.1" ) ]
375388 [ BindingImpl ( BindingImplOptions . GeneratedCode | BindingImplOptions . Optimizable ) ]
389+ [ Export ( "writeToFile:atomically:" ) ]
376390 public static unsafe partial bool WriteToFile ( this global ::Foundation . NSObject self , string path , bool useAuxiliaryFile )
377391 {
378392 if ( path is null )
0 commit comments