This is a migrated thread and some comments may be shown as answers.

Is Chart set Dynamically Telerik Theme?

0 Answers 36 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Minseok Bang
Top achievements
Rank 1
Minseok Bang asked on 10 Jun 2011, 03:55 AM

Look Code blow

==================================================================================

AssemblyPart part = new AssemblyPart();

Assembly a = part.Load(new System.IO.MemoryStream(e.Result)); //e.Result is Telerik.Windows.Controls.Windows7.dll file.

Type t = a.GetType("Telerik.Windows.Controls.Windows7Theme"); // a.GetTypes().Count() = 0, I cant use Type Class..

Telerik.Windows.Controls.Windows7Theme win7 = Activator.CreateInstance(t) as Telerik.Windows.Controls.Windows7Theme;

==================================================================================

Assembly a is not null.
a is Telerik.Windows.Controls.Windows7.dll

but a has not  Types!!  

so, Is Chart set Dynamically Telerik Theme?

No answers yet. Maybe you can help?

Tags
Chart
Asked by
Minseok Bang
Top achievements
Rank 1
Share this question
or