ReflectionCallHelper.MakeNewFormObj(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Object ^ MakeNewFormObj(System::String ^ formName, System::Object ^ args);
public static object MakeNewFormObj (string formName, object args);
static member MakeNewFormObj : string * obj -> obj
Public Function MakeNewFormObj (formName As String, args As Object) As Object
Parameters
- formName
- String
- args
- Object