Click or drag to resize

FormBase.LoadForm 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: System.String
어셈블리명
classFullName
Type: System.String
클래스 전체 이름
constructorArgs
Type:System.Object[]
생성자 파라미터
methodName
Type: System.String
호출할 메서드명
methodArgs
Type:System.Object[]
호출할 메서드의 파라미터
popupYn
Type: System.Boolean
팝업여부

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