TokenProcessor Members

Include Protected Members
Include Inherited Members

Manages tokens and handles token processing.

The TokenProcessor type exposes the following members.

Constructors

  Name Description
Public method TokenProcessor Initializes a new instance of TokenProcessor.

Top

Methods

  Name Description
Public method AddDelete Adds a DeleteToken to the token list owned by this token processor.
Public method AddReplace Adds a ReplacePairToken to the token list owned by this token processor.
Public method AddReplaceBetween Adds a ReplaceBetweenPairToken to the token list owned by this token processor.
Public method DeleteTokens Deletes the token from the text buffer.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetFileNamespace Generates the namespace of the file.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GuidToForm1 Convert a GUID to a string with the format (0x01020304, 0x0506, 0x0708, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10).
Protected method IsValidIdentifierChar Determines whether or not a given character can be used in an identifier.
Protected method IsValidIdentifierStartChar Determines whether the character is a valid start character.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ReplaceBetweenTokens Replaces the text in the buffer with the text supplied in the replacement token.
Public method ReplaceTokens Replaces the text in the buffer with the text supplied in the replacement token.
Public method Reset
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Public method UntokenFile Replaces all the text in the supplied source file with the tokens in the token list owned by this token processor and writes out the resulting text to the destination file.

Top

See Also

Reference

TokenProcessor Class

Microsoft.VisualStudio.Package Namespace