|
|
От: | _Kostya_ | |
| Дата: | 07.04.03 14:49 | ||
| Оценка: | |||
А>Type tp =Type.GetTypeFromProgID("Word.Applivation");
А>oblect ob =Activator.CreateInstance(t);
А>object res=tp.InvokeMember("GetName", BindingFlags.Public | BindingFlags.InvokeMethod, null, ob, new object[]{});
А>