XamlLoadPermission::Copy Method ()

.NET Framework (current version)
 

Creates and returns an identical copy of the current XamlLoadPermission.

Namespace:   System.Xaml.Permissions
Assembly:  System.Xaml (in System.Xaml.dll)

public:
virtual IPermission^ Copy() override

Return Value

Type: System.Security::IPermission^

A copy of the current XamlLoadPermission.

Per the interface contract of IPermission this value is IPermission in the signature but can be cast to XamlLoadPermission.

.NET Framework
Available since 4.0
Return to top
Show: