HtmlReaderデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
HtmlReader コンストラクタ |
名前 | 解説 | |
---|---|---|
Log | Activityログ - INFO、WARNING、およびERRORメッセージを含みます。 | |
RawHTML | HTMLReaderの現在のインスタンスを作成するときに提供されるraw HTML。 |
名前 | 解説 | |
---|---|---|
Close | Closes the System.IO.StringReader. System.IO.StringReaderから継承されます。 | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. System.MarshalByRefObjectから継承されます。 | |
Dispose | オーバーロードされます。 Releases the unmanaged resources used by the System.IO.StringReader and optionally releases the managed resources. System.IO.StringReaderから継承されます。 | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 | |
Peek | Returns the next available character but does not consume it. System.IO.StringReaderから継承されます。 | |
Read | オーバーロードされます。 オーバーライドされます。 これは入力文字列から次の文字を読み取る基本Read()メソッドをオーバーライドします。 | |
ReadAsync | Reads 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から継承されます。 | |
ReadBlock | Reads 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から継承されます。 | |
ReadBlockAsync | Reads 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から継承されます。 | |
ReadLine | Reads a line of characters from the current string and returns the data as a string. System.IO.StringReaderから継承されます。 | |
ReadLineAsync | Reads a line of characters asynchronously from the current string and returns the data as a string. System.IO.StringReaderから継承されます。 | |
ReadToEnd | Reads all characters from the current position to the end of the string and returns them as a single string. System.IO.StringReaderから継承されます。 | |
ReadToEndAsync | Reads all characters from the current position to the end of the string asynchronously and returns them as a single string. System.IO.StringReaderから継承されます。 | |
ToXHTML | 正しくフォーマットされたXHTMLとして文字列コンテンツを返します。 |
名前 | 解説 | |
---|---|---|
MemberwiseClone | オーバーロードされます。 Creates a shallow copy of the current System.MarshalByRefObject object. System.MarshalByRefObjectから継承されます。 |