Method GetPlatform
GetPlatform(ReadOnly)
Retrieve the platform of this build configuration.
Declaration
public static Platform GetPlatform(this HierarchicalComponentContainer<BuildConfiguration, IBuildComponent>.ReadOnly config)
Parameters
Type | Name | Description |
---|---|---|
HierarchicalComponentContainer<BuildConfiguration, IBuildComponent>.ReadOnly | config |
Returns
Type | Description |
---|---|
Platform | The platform if found, null otherwise. |