 | FormBaseLoadForm Method (String, String, Object, String, Object, String) |
다른 폼을 로드시키거나 로드된 폼의 메서드를 호출한다.
Namespace:
Mcc.Series.Ui
Assembly:
Mcc.Series.Ui (in Mcc.Series.Ui.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Form LoadForm(
string assemblyName,
string classFullName,
Object[] constructorArgs,
string methodName,
Object[] methodArgs,
string popupGb
)
Parameters
- assemblyName
- Type: SystemString
어셈블리명 - classFullName
- Type: SystemString
클래스 전체 이름 - constructorArgs
- Type: SystemObject
생성자 파라미터 - methodName
- Type: SystemString
호출할 메서드명 - methodArgs
- Type: SystemObject
호출할 메서드의 파라미터 - popupGb
- Type: SystemString
팝업구분 Y : ShowDialog(), M : Show(), N : Form
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.String)"]
See Also