just use the function typeof(). The parameter is just that class name.
Type type = typeof(FIXProtoClientTest);
MSDN on typeof()
just use the function typeof(). The parameter is just that class name.
Type type = typeof(FIXProtoClientTest);
MSDN on typeof()