Answers for "get type with string c#"

C#
0

c# type from string

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

C# Answers by Framework

Browse Popular Code Answers by Language