5 references to LateBoundType
System.Web (5)
Util\SmtpMail.cs (5)
71return Activator.CreateInstance(LateBoundType); 76return CallMethod(LateBoundType, obj, methodName, args); 100return GetProp(LateBoundType, obj, propName); 117SetProp(LateBoundType, obj, propName, propValue); 136SetProp(LateBoundType, obj, propName, propKey, propValue);