バージョン

HtmlReader クラス メンバ

HtmlReaderデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
パブリック プロパティ
 名前解説
Public プロパティLogActivityログ - INFO、WARNING、およびERRORメッセージを含みます。  
Public プロパティRawHTMLHTMLReaderの現在のインスタンスを作成するときに提供されるraw HTML。  
トップ
パブリック メソッド
 名前解説
Public メソッドCloseCloses the System.IO.StringReader. System.IO.StringReaderから継承されます。
Public メソッドCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. System.MarshalByRefObjectから継承されます。
Public メソッドDisposeオーバーロードされます。 Releases the unmanaged resources used by the System.IO.StringReader and optionally releases the managed resources. System.IO.StringReaderから継承されます。
Public メソッドGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。
Public メソッドInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。
Public メソッドPeekReturns the next available character but does not consume it. System.IO.StringReaderから継承されます。
Public メソッドReadオーバーロードされます。 オーバーライドされます。 これは入力文字列から次の文字を読み取る基本Read()メソッドをオーバーライドします。  
Public メソッドReadAsyncReads a specified maximum number of characters from the current string asynchronously and writes the data to a buffer, beginning at the specified index. System.IO.StringReaderから継承されます。
Public メソッドReadBlockReads a specified maximum number of characters from the current text reader and writes the data to a buffer, beginning at the specified index. System.IO.TextReaderから継承されます。
Public メソッドReadBlockAsyncReads a specified maximum number of characters from the current string asynchronously and writes the data to a buffer, beginning at the specified index. System.IO.StringReaderから継承されます。
Public メソッドReadLineReads a line of characters from the current string and returns the data as a string. System.IO.StringReaderから継承されます。
Public メソッドReadLineAsyncReads a line of characters asynchronously from the current string and returns the data as a string. System.IO.StringReaderから継承されます。
Public メソッドReadToEndReads all characters from the current position to the end of the string and returns them as a single string. System.IO.StringReaderから継承されます。
Public メソッドReadToEndAsyncReads all characters from the current position to the end of the string asynchronously and returns them as a single string. System.IO.StringReaderから継承されます。
Public メソッドToXHTML正しくフォーマットされたXHTMLとして文字列コンテンツを返します。  
トップ
プロテクト メソッド
 名前解説
Protected メソッドMemberwiseCloneオーバーロードされます。 Creates a shallow copy of the current System.MarshalByRefObject object. System.MarshalByRefObjectから継承されます。
トップ
参照