Open sandboxFocus

Constructor ManagedResource

ManagedResource(string, byte[], bool)

Initializes a new instance of ManagedResource that represents a new public resource embedded in the module.

Declaration
public ManagedResource(string name, byte[] data, bool includeInRefAssembly = false)
Parameters
Type Name Description
string name

Name of the manage resource.

byte[] data

The managed resource data.

bool includeInRefAssembly

A value indicating whether the resource should be included in reference assemblies.