Method |
Description |
|
ConvertAssemblyToTypeLib ( Assembly assembly, string strTypeLibName, TypeLibExporterFlags flags, ITypeLibExporterNotifySink notifySink ) : object |
|
|
ConvertTypeLibToAssembly ( [ typeLib, string asmFileName, TypeLibImporterFlags flags, ITypeLibImporterNotifySink notifySink, byte publicKey, StrongNameKeyPair keyPair, string asmNamespace, System.Version asmVersion ) : AssemblyBuilder |
|
|
ConvertTypeLibToAssembly ( [ typeLib, string asmFileName, int flags, ITypeLibImporterNotifySink notifySink, byte publicKey, StrongNameKeyPair keyPair, bool unsafeInterfaces ) : AssemblyBuilder |
|
|
GetPrimaryInteropAssembly ( System.Guid g, int major, int minor, int lcid, string &asmName, string &asmCodeBase ) : bool |
|
|