Click or drag to resize

CodeMethodGetChangeMessage Method

Check if there is any change in class or method or parameters (if checkParameters == true) of the code method against its codeAssembly if there is any change, UserMessages.Count > 0

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public UserMessages GetChangeMessage(
	Assembly assembly,
	bool checkParameters
)

Parameters

assembly
Type: System.ReflectionAssembly
A building block of a common language runtime application. It can be null
checkParameters
Type: SystemBoolean
true, the parameters of the code method will also be checked

Return Value

Type: UserMessages
UserMessages contains the changed info of the code method
See Also