ManagedResourceIntroductionAspect(string, byte[])
Declaration
public ManagedResourceIntroductionAspect(string name, byte[] data)Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| byte[] | data |
ManagedResourceIntroductionAspect(string, Func<byte[]>)
Declaration
public ManagedResourceIntroductionAspect(string name, Func<byte[]> dataProvider)Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| Func<byte[]> | dataProvider |