DynamicClassImplementationAssemblyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
DynamicClassImplementationAssemblyAttribute() |
Properties
ScriptFile |
The (possibly null) path to the file defining this class. |