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

Write() 개인적인 메소드

private Write ( string str ) : void
str string
리턴 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