ScriptLoaderGetTypeMethods Method

Get list of methods for a specific type of argument.

Definition

Namespace: DHI.Mike1D.Plugins
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public MethodInfo[] GetTypeMethods(
	Type type
)

Parameters

type  Type

[Missing <param name="type"/> documentation for "M:DHI.Mike1D.Plugins.ScriptLoader.GetTypeMethods(System.Type)"]

Return Value

MethodInfo

[Missing <returns> documentation for "M:DHI.Mike1D.Plugins.ScriptLoader.GetTypeMethods(System.Type)"]

See Also