[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.IEffectHost.SetEffect(System.String,System.String)"]

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void SetEffect(
	string filename,
	string code
)

Parameters

filename
Type: System..::..String

[Missing <param name="filename"/> documentation for "M:VVVV.PluginInterfaces.V2.IEffectHost.SetEffect(System.String,System.String)"]

code
Type: System..::..String

[Missing <param name="code"/> documentation for "M:VVVV.PluginInterfaces.V2.IEffectHost.SetEffect(System.String,System.String)"]

See Also