[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.IStartableRegistry.ProcessType(System.Type,System.Reflection.Assembly)"]

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

Syntax

C#
bool ProcessType(
	Type type,
	Assembly assembly
)

Parameters

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:VVVV.PluginInterfaces.V2.IStartableRegistry.ProcessType(System.Type,System.Reflection.Assembly)"]

assembly
Type: System.Reflection..::..Assembly

[Missing <param name="assembly"/> documentation for "M:VVVV.PluginInterfaces.V2.IStartableRegistry.ProcessType(System.Type,System.Reflection.Assembly)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.IStartableRegistry.ProcessType(System.Type,System.Reflection.Assembly)"]

See Also