Type tp =Type.GetTypeFromProgID("Word.Applivation"); oblect ob =Activator.CreateInstance(t); object res=tp.InvokeMember("GetName", BindingFlags.Public | BindingFlags.InvokeMethod, null, ob, new object[]{});