CustomOperatorProxy.CustomOperatorProxy Constructors
Initializes a new instance of the CustomOperatorProxy class.
Overload List
Name | Description | |
---|---|---|
Public method | CustomOperatorProxy(CustomApi api, System.String libraryName, System.String className, AttributeSet userProperties) | Initializes a new instance of the CustomOperatorProxy class with the given creation parameters and user properties. |
Public method | CustomOperatorProxy(ICustomOperator customOperator, AttributeSet userProperties) | Initializes a new instance of the CustomOperatorProxy class with the given custom operator instance. |
CustomOperatorProxy(CustomApi api, System.String libraryName, System.String className, AttributeSet userProperties)
Initializes a new instance of the CustomOperatorProxy class with the given creation parameters and user properties.Syntax
public CustomOperatorProxy (
CustomApi api,
System.String libraryName,
System.String className,
AttributeSet userProperties
)
Parameters
The API the custom operator is implemented with.
The name of the library (DLL/assembly) containing the custom operator.
The name of the class implementing the custom operator.
Additional properties the custom operator can access through the CustomOperatorContext instance.
Remarks
This constructor will load the specified library and instantiate the class implementing the custom operator.
CustomOperatorProxy(ICustomOperator customOperator, AttributeSet userProperties)
Initializes a new instance of the CustomOperatorProxy class with the given custom operator instance.Syntax
public CustomOperatorProxy (
ICustomOperator customOperator,
AttributeSet userProperties
)
Parameters
The custom operator.
Additional properties the custom operator can access through the CustomOperatorContext instance.
Platforms
Windows, Linux, Android