ExportRenderingSubsystemAttribute.

ExportRenderingSubsystemAttribute(OperatingSystemType, int, string, Type, string, Type) Constructor

Syntax

public ExportRenderingSubsystemAttribute(OperatingSystemType requiredOS, int priority, string name, Type initializationType, string initializationMethod, Type environmentChecker = null)

Parameters

Name Type Description
requiredOS OperatingSystemType
priority int
name string
initializationType Type
initializationMethod string
environmentChecker Type

Return Value

Type Description
void