4 references to GetTypeFromProgIDImpl
mscorlib (4)
system\type.cs (4)
169
return RuntimeType.
GetTypeFromProgIDImpl
(progID, null, false);
184
return RuntimeType.
GetTypeFromProgIDImpl
(progID, null, throwOnError);
190
return RuntimeType.
GetTypeFromProgIDImpl
(progID, server, false);
196
return RuntimeType.
GetTypeFromProgIDImpl
(progID, server, throwOnError);