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