PlatformExtensionAttributePlatformID Property |
Gets or sets the platform identifier this extension should be loaded on, or null to load for all platforms.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string PlatformID { get; set; }
Public Property PlatformID As String
Get
Set
member PlatformID : string with get, set
Property Value
Type:
StringThe platform identifier.
See Also