CpScriptAttributeGetAllMethods Method

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static IReadOnlyDictionary<string, MethodInfo> GetAllMethods(
	Assembly assembly
)

Parameters

assembly  Assembly
 

Return Value

IReadOnlyDictionaryString, MethodInfo

See Also