ManagedResourceIntroductionAspect Constructor |
Initializes a new ManagedResourceIntroductionAspect.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.1.23.0 (6.1.23.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.
