Answers for "c# get a type from a string"

C#
0

c# type from string

Type type = Type.GetType("Namespace.MyClass, MyAssembly");
Posted by: Guest on September-30-2021

Code answers related to "c# get a type from a string"

C# Answers by Framework

Browse Popular Code Answers by Language