Kimono.KHTMLPart.SetEncoding C# (CSharp) 메소드

SetEncoding() 공개 메소드

public SetEncoding ( string name ) : bool
name string
리턴 bool
        public bool SetEncoding(string name)
        {
            return (bool) interceptor.Invoke("setEncoding$", "setEncoding(const QString&)", typeof(bool), typeof(string), name);
        }

Same methods

KHTMLPart::SetEncoding ( string name, bool arg2 ) : bool
KHTMLPart