Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created August 11, 2025 19:36
Show Gist options
  • Select an option

  • Save vs-mobiletools-engineering-service2/cfcf298950e6e1776758e55a2804c0d1 to your computer and use it in GitHub Desktop.

Select an option

Save vs-mobiletools-engineering-service2/cfcf298950e6e1776758e55a2804c0d1 to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/Microsoft.tvOS.md

API diff: Microsoft.tvOS.dll

Microsoft.tvOS.dll

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string Version = "26.0.9331";
+public const string Version = "26.0.9332";

Namespace Symbols

New Type: Symbols.NSSymbolDrawOffEffect

[Foundation.RegisterAttribute("NSSymbolDrawOffEffect", True)]
[System.Runtime.CompilerServices.NullableAttribute(0)]
[System.Runtime.CompilerServices.NullableContextAttribute(1)]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst26.0")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("tvos26.0")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("macos26.0")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("ios26.0")]
public class NSSymbolDrawOffEffect : Symbols.NSSymbolEffect {
	// constructors
	public NSSymbolDrawOffEffect (Foundation.NSCoder coder);
	protected NSSymbolDrawOffEffect (Foundation.NSObjectFlag t);
	protected NSSymbolDrawOffEffect (ObjCRuntime.NativeHandle handle);
	// properties
	public override ObjCRuntime.NativeHandle ClassHandle { get; }
	// methods
	public static NSSymbolDrawOffEffect Create ();
	public virtual NSSymbolDrawOffEffect CreateWithByLayer ();
	public virtual NSSymbolDrawOffEffect CreateWithIndividually ();
	public virtual NSSymbolDrawOffEffect CreateWithNonReversed ();
	public virtual NSSymbolDrawOffEffect CreateWithReversed ();
	public virtual NSSymbolDrawOffEffect CreateWithWholeSymbol ();
}

New Type: Symbols.NSSymbolDrawOnEffect

[Foundation.RegisterAttribute("NSSymbolDrawOnEffect", True)]
[System.Runtime.CompilerServices.NullableAttribute(0)]
[System.Runtime.CompilerServices.NullableContextAttribute(1)]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst26.0")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("tvos26.0")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("macos26.0")]
[System.Runtime.Versioning.SupportedOSPlatformAttribute("ios26.0")]
public class NSSymbolDrawOnEffect : Symbols.NSSymbolEffect {
	// constructors
	public NSSymbolDrawOnEffect (Foundation.NSCoder coder);
	protected NSSymbolDrawOnEffect (Foundation.NSObjectFlag t);
	protected NSSymbolDrawOnEffect (ObjCRuntime.NativeHandle handle);
	// properties
	public override ObjCRuntime.NativeHandle ClassHandle { get; }
	// methods
	public static NSSymbolDrawOnEffect Create ();
	public virtual NSSymbolDrawOnEffect CreateWithByLayer ();
	public virtual NSSymbolDrawOnEffect CreateWithIndividually ();
	public virtual NSSymbolDrawOnEffect CreateWithWholeSymbol ();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment