ManagedResourceIntroductionAspect Constructor (String, Byte[]) |
Initializes a new ManagedResourceIntroductionAspect by passing the data as a byte array.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public ManagedResourceIntroductionAspect( string name, byte[] data )
Parameters
- name
- Type: System.String
Name of the managed resource. - data
- Type: System.Byte[]
Content of the managed resource.