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: 6.10.14.0 (6.10.14.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.