The ActiveSnippetGenerator type exposes the following members.

Constructors

  NameDescription
Public methodActiveSnippetGenerator
Initializes a new instance of the ActiveSnippetGenerator class

Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGenerateSnippet
Generates the snippet.
Protected methodGetCodeTemplateInfo (Inherited from CodeGeneratorBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetVariables (Inherited from CodeGeneratorBase.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodOnGeneratorError(GeneratorErrorEventArgs) (Inherited from CodeGeneratorBase.)
Protected methodOnGeneratorError(String, Exception) (Inherited from CodeGeneratorBase.)
Protected methodOnGeneratorError(String, Boolean, Int32, String, Int32, Int32) (Inherited from CodeGeneratorBase.)
Protected methodOnOutputString(String) (Inherited from CodeGeneratorBase.)
Protected methodOnOutputString(MessageEventArgs) (Inherited from CodeGeneratorBase.)
Protected methodOnOutputString(String, array<Object>[]()[][]) (Inherited from CodeGeneratorBase.)
Protected methodOnPreOutputWritten (Inherited from CodeGeneratorBase.)
Protected methodOnProgress(GeneratorProgressEventArgs) (Inherited from CodeGeneratorBase.)
Protected methodOnProgress(Int32, Int32) (Inherited from CodeGeneratorBase.)
Protected methodOnStatusChanged(String) (Inherited from CodeGeneratorBase.)
Protected methodOnStatusChanged(MessageEventArgs) (Inherited from CodeGeneratorBase.)
Protected methodOutputCompilerErrors (Inherited from CodeGeneratorBase.)
Public methodOutputUsage
Outputs the usage.
Protected methodReplaceVariables (Inherited from CodeGeneratorBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWriteComment (Inherited from CodeGeneratorBase.)
Protected methodWriteHeader (Inherited from CodeGeneratorBase.)

Properties

  NameDescription
Public propertyDebug (Inherited from CodeGeneratorBase.)
Public propertyKeepTempFiles (Inherited from CodeGeneratorBase.)
Public propertyProperties (Inherited from CodeGeneratorBase.)
Public propertyVerbose (Inherited from CodeGeneratorBase.)

Events

  NameDescription
Public eventGeneratorError (Inherited from CodeGeneratorBase.)
Public eventOutputString (Inherited from CodeGeneratorBase.)
Public eventPreOutputWritten (Inherited from CodeGeneratorBase.)
Public eventProgress (Inherited from CodeGeneratorBase.)
Public eventStatusChanged (Inherited from CodeGeneratorBase.)

See Also