TrustInfo.HasUnmanagedCodePermission Property
Definition
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.
Determines whether the application has permission to call unmanaged code.
public:
property bool HasUnmanagedCodePermission { bool get(); };
public bool HasUnmanagedCodePermission { get; }
member this.HasUnmanagedCodePermission : bool
Public ReadOnly Property HasUnmanagedCodePermission As Boolean
Property Value
A Boolean value indicating whether the application has permission to call unmanaged code.
Remarks
"Application" refers to the application for which the manifest is being read. You can read the deployment manifest using ReadManifest or ReadManifest.