Chameleon Plug-in API
Loader Method (loadString)
NamespacesBKTech.Chameleon.PluginsImplementorBaseLoader(String)
Provides a base implemention for loading custom properties
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Loader(
	string loadString
)
Public Overridable Function Loader ( _
	loadString As String _
) As Boolean
public:
virtual bool Loader(
	String^ loadString
)
Parameters
loadString (String)
Not important, you can pass anything here; we just need the parameter present to satisfy the interface
Return Value
Always returns true
Remarks
This is just a default implementation with no logic; it is intended for classes that do not need any specific load functionality

Assembly: Chameleon_Plugin (Module: Chameleon_Plugin) Version: 2.0.2.16570 (2.0.2.0)