March 2003
Intermediate to advanced
896 pages
32h 35m
English
AxImporter
This class is used by the design environment to generate wrapper classes for an ActiveX control that has been imported into a project. You would not normally use it directly in your own code.
public class AxImporter { // Public Constructors public AxImporter(Options options); // Public Instance Properties public string[ ] GeneratedAssemblies{get; } public string[ ] GeneratedSources{get; } public TYPELIBATTR[ ] GeneratedTypeLibAttributes{get; } // Public Static Methods public static string GetFileOfTypeLib(ref System.Runtime.InteropServices.TYPELIBATTR tlibattr); // Public Instance Methods public string GenerateFromFile(System.IO.FileInfo file); public string GenerateFromTypeLibrary(System.Runtime.InteropServices.UCOMITypeLib typeLib); public string GenerateFromTypeLibrary(System.Runtime.InteropServices.UCOMITypeLib typeLib, Guid clsid); }
Read now
Unlock full access