Click or drag to resize

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; }

Property Value

Type: String
The platform identifier.
See Also