Controller Constructor

public Controller( 
Framework framework
ControllerType type
bool isAutoStart = true 
)
This language is not supported or no code example is available.
public:  
Controller( 
Framework^ framework
ControllerType type
bool isAutoStart 
)
This language is not supported or no code example is available.
public function Controller( 
framework : Framework
type : ControllerType
isAutoStart : boolean 
);
This language is not supported or no code example is available.

Parameters

framework
Framework

type
ControllerType

isAutoStart
bool

In this article

Definition