FileReference.ProxyStubs Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the set of proxy stubs referenced by the manifest for isolated applications and Reg-Free COM.
public:
property cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::ProxyStub ^> ^ ProxyStubs { cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::ProxyStub ^> ^ get(); };
C#
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[] ProxyStubs { get; }
C#
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[] ProxyStubs { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ProxyStubs : Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[]
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ProxyStubs : Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[]
Public ReadOnly Property ProxyStubs As ProxyStub()
An array of ProxyStub objects representing the set of proxy stubs referenced by the manifest for isolated applications and registration-free COM.
- Attributes
Product | Versions |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 16, 17 |