7 [__DynamicallyInvokable]
10 private Assembly _containingAssembly;
12 private string _containingFileName;
18 [__DynamicallyInvokable]
21 [__DynamicallyInvokable]
24 return _containingAssembly;
30 [__DynamicallyInvokable]
33 [__DynamicallyInvokable]
36 return _containingFileName;
42 [__DynamicallyInvokable]
45 [__DynamicallyInvokable]
48 return _resourceLocation;
56 [__DynamicallyInvokable]
59 _containingAssembly = containingAssembly;
60 _containingFileName = containingFileName;
61 _resourceLocation = resourceLocation;
ResourceLocation
Specifies the resource location.
virtual Assembly ReferencedAssembly
Gets the containing assembly for the manifest resource.
virtual string FileName
Gets the name of the file that contains the manifest resource, if it is not the same as the manifest ...
Represents an assembly, which is a reusable, versionable, and self-describing building block of a com...
Provides access to manifest resources, which are XML files that describe application dependencies.
ManifestResourceInfo(Assembly containingAssembly, string containingFileName, ResourceLocation resourceLocation)
Initializes a new instance of the T:System.Reflection.ManifestResourceInfo class for a resource that ...