PFSTokenReader Methods |
The PFSTokenReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Close Pfs file.
Any use of the PFSTokenReader after call to close will throw an exception. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetTokenString |
Get the string related to the current token.
Not all token types have data related to it. Only the following tokens have data:
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | NextToken |
Returns the next token in the PFS file
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |