메소드 | 설명 | |
---|---|---|
AddModule ( this moduleInfoGroup, |
Adds a new module that is statically referenced to the specified module info group. The name of the module will be the type name. |
|
AddModule ( this moduleInfoGroup, string moduleName, |
Adds a new module that is statically referenced to the specified module info group.
|
public static AddModule ( this moduleInfoGroup, |
||
moduleInfoGroup | this | The group where to add the module info in. |
moduleType | The type for the module. This type should be a descendant of |
|
리턴 | ModuleInfoGroup |
public static AddModule ( this moduleInfoGroup, string moduleName, |
||
moduleInfoGroup | this | The group where to add the module info in. |
moduleName | string | The name for the module. |
moduleType | The type for the module. This type should be a descendant of |
|
리턴 | ModuleInfoGroup |