Kimono.KMimeType.KMimeType C# (CSharp) Метод

KMimeType() публичный Метод

Construct a mimetype and take all information from an XML file. name="fullpath" the path to the xml that describes the mime type name="name" the name of the mimetype (usually the end of the path) name="comment" the comment associated with the mimetype
public KMimeType ( string fullpath, string name, string comment ) : System
fullpath string
name string
comment string
Результат System
        public KMimeType(string fullpath, string name, string comment)
            : this((Type) null)
        {
            CreateProxy();
            interceptor.Invoke("KMimeType$$$", "KMimeType(const QString&, const QString&, const QString&)", typeof(void), typeof(string), fullpath, typeof(string), name, typeof(string), comment);
        }

Same methods

KMimeType::KMimeType ( ) : System
KMimeType::KMimeType ( QDataStream str, int offset ) : System
KMimeType::KMimeType ( Type dummy ) : System