Mono Class Library: System.Security.Permissions.ReflectionPermission Overview | Members

System.Security.Permissions.ReflectionPermission.FromXml Method

Reconstructs the state of a System.Security.Permissions.ReflectionPermission object using the specified XML encoding. [Edit]

public override void FromXml (System.Security.SecurityElement esd)

Parameters

esd
A System.Security.SecurityElement instance containing the XML encoding to use to reconstruct the state of a System.Security.Permissions.ReflectionPermission object. [Edit]

Exceptions

TypeReason
ArgumentNullExceptionThe esd parameter is null. [Edit]
ArgumentException

The esd parameter is not a System.Security.Permissions.ReflectionPermission element.

-or-

The esd parameter's version number is not valid.

[Edit]

Remarks

The state of the current instance is changed to the state encoded in esd.

Note:

For the XML encoding for this class, see the System.Security.Permissions.ReflectionPermission class page.

This method overrides System.Security.CodeAccessPermission.FromXml(System.Security.SecurityElement) .

[Edit]

Requirements

Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0