2 references to RegKind
Microsoft.Build.Tasks.Core (2)
ManifestUtil\ComImporter.cs (1)
54try { NativeMethods.LoadTypeLibEx(path, NativeMethods.RegKind.RegKind_None, out obj); }
ManifestUtil\NativeMethods.cs (1)
40public static extern void LoadTypeLibEx(string strTypeLibName, RegKind regKind, [MarshalAs(UnmanagedType.Interface)] out object typeLib);