SupportedPlatformAttribute Constructor
Initializes a new instance of the SupportedPlatformAttribute class.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Overload List
Name | Description | |
---|---|---|
SupportedPlatformAttribute(Int32) | Initializes a new instance of the SupportedPlatformAttribute class with a platform identifier. |
|
SupportedPlatformAttribute(Int32[]) | Initializes a new instance of the SupportedPlatformAttribute class with an array of platform identifiers. |
Remarks
Variants of this constructor can specify a platform identifier in calls that are compliant or non-compliant with the common language specification (CLS).
See Also
SupportedPlatformAttribute Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top