SecurityPermissionAttribute.UnmanagedCode Property

Definition

Gets or sets a value indicating whether permission to call unmanaged code is declared.

public:
 property bool UnmanagedCode { bool get(); void set(bool value); };
public bool UnmanagedCode { get; set; }
member this.UnmanagedCode : bool with get, set
Public Property UnmanagedCode As Boolean

Property Value

true if permission to call unmanaged code is declared; otherwise, false.

Applies to