DynamicClassImplementationAssemblyAttribute Class

Definition

This attribute is used on a dynamic assembly to mark it as one that is used to implement a set of classes defined in a PowerShell script.

public ref class DynamicClassImplementationAssemblyAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly)]
public class DynamicClassImplementationAssemblyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type DynamicClassImplementationAssemblyAttribute = class
    inherit Attribute
Public Class DynamicClassImplementationAssemblyAttribute
Inherits Attribute
Inheritance
DynamicClassImplementationAssemblyAttribute
Attributes

Constructors

Name Description
DynamicClassImplementationAssemblyAttribute()

Properties

Name Description
ScriptFile

The (possibly null) path to the file defining this class.

Applies to