TrustInfo.HasUnmanagedCodePermission Property

Definition

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.

Applies to

See also