Click or drag to resize

FormBaseLoadForm Method (String, String, Object, String, Object, Boolean)

다른 폼을 로드시키거나 로드된 폼의 메서드를 호출한다.

Namespace:  Mcc.Series.Ui
Assembly:  Mcc.Series.Ui (in Mcc.Series.Ui.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Form LoadForm(
	string assemblyName,
	string classFullName,
	Object[] constructorArgs,
	string methodName,
	Object[] methodArgs,
	bool popupYn
)

Parameters

assemblyName
Type: SystemString
어셈블리명
classFullName
Type: SystemString
클래스 전체 이름
constructorArgs
Type: SystemObject
생성자 파라미터
methodName
Type: SystemString
호출할 메서드명
methodArgs
Type: SystemObject
호출할 메서드의 파라미터
popupYn
Type: SystemBoolean
팝업여부

Return Value

Type: Form

[Missing <returns> documentation for "M:Mcc.Series.Ui.FormBase.LoadForm(System.String,System.String,System.Object[],System.String,System.Object[],System.Boolean)"]

See Also