CustomSymbolProxy.CustomSymbolProxy Constructors
Initializes a new instance of the CustomSymbolProxy class.
Overload List
Name | Description | |
---|---|---|
Public method | CustomSymbolProxy(CustomApi api, System.String libraryName, System.String className, AttributeSet userProperties, System.Int32 cacheSize) | Initializes a new instance of the CustomSymbolProxy class with the given creation parameters, user properties and cache size. |
Public method | CustomSymbolProxy(ICustomSymbol customSymbol, AttributeSet userProperties, System.Int32 cacheSize) | Initializes a new instance of the CustomSymbolProxy class with the given custom symbol instance. |
Public method | CustomSymbolProxy(ICustomNativeSymbol customSymbol, AttributeSet userProperties, System.Int32 cacheSize) | Initializes a new instance of the CustomSymbolProxy class with the given native custom symbol instance. |
CustomSymbolProxy(CustomApi api, System.String libraryName, System.String className, AttributeSet userProperties, System.Int32 cacheSize)
Initializes a new instance of the CustomSymbolProxy class with the given creation parameters, user properties and cache size.Syntax
public CustomSymbolProxy (
CustomApi api,
System.String libraryName,
System.String className,
AttributeSet userProperties,
System.Int32 cacheSize
)
Parameters
The API the custom symbol is implemented with.
The name of the library (DLL/assembly) containing the custom symbol.
The name of the class implementing the custom symbol.
Additional properties the custom symbol can access through the CustomSymbolContext instance.
The maximum number of different instances of this symbol that may be cached.
Remarks
This constructor will load the specified library and instantiate the class implementing the custom symbol.
CustomSymbolProxy(ICustomSymbol customSymbol, AttributeSet userProperties, System.Int32 cacheSize)
Initializes a new instance of the CustomSymbolProxy class with the given custom symbol instance.Syntax
public CustomSymbolProxy (
ICustomSymbol customSymbol,
AttributeSet userProperties,
System.Int32 cacheSize
)
Parameters
The custom symbol.
Additional properties the custom symbol can access through the CustomSymbolContext instance.
The maximum number of different instances of this symbol that may be cached.
CustomSymbolProxy(ICustomNativeSymbol customSymbol, AttributeSet userProperties, System.Int32 cacheSize)
Initializes a new instance of the CustomSymbolProxy class with the given native custom symbol instance.Syntax
public CustomSymbolProxy (
ICustomNativeSymbol customSymbol,
AttributeSet userProperties,
System.Int32 cacheSize
)
Parameters
The custom symbol.
Additional properties the custom symbol can access through the CustomSymbolContext instance.
The maximum number of different instances of this symbol that may be cached.
Platforms
Windows, Linux, Android