6 references to TYPEKIND
ComSvcConfig (2)
ComAdminWrapper.cs (1)
308
ICreateTypeInfo typeInfo = typelib.CreateTypeInfo(ListenerWSUName, System.Runtime.InteropServices.ComTypes.
TYPEKIND
.TKIND_COCLASS);
SafeNativeMethods.cs (1)
375
System.Runtime.InteropServices.ComTypes.
TYPEKIND
tkind);
mscorlib (4)
system\runtime\interopservices\ComTypes\itypeinfo.cs (1)
80
public
TYPEKIND
typekind;
system\runtime\interopservices\ComTypes\itypeinfo2.cs (1)
47
void GetTypeKind(out
TYPEKIND
pTypeKind);
system\runtime\interopservices\ComTypes\itypelib.cs (1)
59
void GetTypeInfoType(int index, out
TYPEKIND
pTKind);
system\runtime\interopservices\ComTypes\itypelib2.cs (1)
28
new void GetTypeInfoType(int index, out
TYPEKIND
pTKind);