Greetings,
doing research into outside code I got this control returning
{
Name = "DateTimeUI"
FullName = "System.ComponentModel.Design.DateTimeEditor+DateTimeUI"
}
to Type.GetType(). I’ve no idea what DateTimeUI is, and “DateTimeEditor+DateTimeUI” seems pretty confusing aswell. The class isnt defined in the code I was researching.
Googling yielded no relevant results except this, which didnt help; I’m all out of sources to draw from, and would appreciate any clarification on the matter
Based on the class name
DateTimeUIis a class nested inside theSystem.ComponentModel.Design.DateTimeEditorclass. If you need to dig in further – disassemble the code with RedGate reflector