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 | |
---|---|---|
![]() |
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 | |
---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
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 | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.