C# Class System.Runtime.InteropServices.TypeLibConverter

Inheritance: ITypeLibConverter
ファイルを表示 Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
TypeLibConverter ( ) : System

Private Methods

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

Method Details

TypeLibConverter() public method

public TypeLibConverter ( ) : System
return System