Kimono.KHTMLPart.Write C# (CSharp) Method

Write() private method

private Write ( string str ) : void
str string
return void
        public virtual void Write(string str)
        {
            interceptor.Invoke("write$", "write(const char*)", typeof(void), typeof(string), str);
        }

Same methods

KHTMLPart::Write ( string str, int len ) : void
KHTMLPart