S Simon Jefferies Jul 8, 2004 #1 Hello, How can I create an instance using a System.Type object? Thanks Simon
T Tom Shelton Jul 8, 2004 #2 Hello, How can I create an instance using a System.Type object? Thanks Simon Click to expand... Look at the System.Activator class... Specifically, the CreateInstance method: Overloads Public Shared Function CreateInstance (_ ByVal type As Type _ ) As Object HTH
Hello, How can I create an instance using a System.Type object? Thanks Simon Click to expand... Look at the System.Activator class... Specifically, the CreateInstance method: Overloads Public Shared Function CreateInstance (_ ByVal type As Type _ ) As Object HTH