Kimono.KMimeType.DefaultMimeTypePtr C# (CSharp) Method

DefaultMimeTypePtr() public static method

Returns the default mimetype. Always application/octet-stream. This can be used to check the result of mimeType(name).
public static DefaultMimeTypePtr ( ) : KMimeType
return KMimeType
        public static KMimeType DefaultMimeTypePtr()
        {
            return (KMimeType) staticInterceptor.Invoke("defaultMimeTypePtr", "defaultMimeTypePtr()", typeof(KMimeType));
        }