CodeGenerationCompleteEventArgs Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents the completion of event arguments for the code generation.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.Web.Razor.Generator.CodeGenerationCompleteEventArgs

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Class CodeGenerationCompleteEventArgs _
    Inherits EventArgs
'Usage
Dim instance As CodeGenerationCompleteEventArgs
public class CodeGenerationCompleteEventArgs : EventArgs
public ref class CodeGenerationCompleteEventArgs : public EventArgs
type CodeGenerationCompleteEventArgs =  
    class 
        inherit EventArgs 
    end
public class CodeGenerationCompleteEventArgs extends EventArgs

The CodeGenerationCompleteEventArgs type exposes the following members.

Constructors

  Name Description
Public method CodeGenerationCompleteEventArgs This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the CodeGenerationCompleteEventArgs class.

Top

Properties

  Name Description
Public property GeneratedCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the generated code to complete the event argument.
Public property PhysicalPath This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the physical path for the code generation.
Public property VirtualPath This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual path of the code generation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Generator Namespace