C# Class System.Security.PermissionSetCollection

Inheritance: ICollection, IEnumerable
Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
Add ( PermissionSet permSet ) : void
Copy ( ) : PermissionSetCollection
CopyTo ( PermissionSet array, int index ) : void
Demand ( ) : void
FromXml ( SecurityElement el ) : void
GetEnumerator ( ) : IEnumerator
GetSet ( int index ) : PermissionSet
PermissionSetCollection ( ) : System.Collections
RemoveSet ( int index ) : void
ToString ( ) : string
ToXml ( ) : SecurityElement

Private Methods

Method Description
CreateFromBinaryFormat ( byte data ) : PermissionSetCollection
DemandChoice ( ) : void
ICollection ( Array array, int index ) : void

Method Details

Add() public method

public Add ( PermissionSet permSet ) : void
permSet PermissionSet
return void

Copy() public method

public Copy ( ) : PermissionSetCollection
return PermissionSetCollection

CopyTo() public method

public CopyTo ( PermissionSet array, int index ) : void
array PermissionSet
index int
return void

Demand() public method

public Demand ( ) : void
return void

FromXml() public method

public FromXml ( SecurityElement el ) : void
el SecurityElement
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetSet() public method

public GetSet ( int index ) : PermissionSet
index int
return PermissionSet

PermissionSetCollection() public method

public PermissionSetCollection ( ) : System.Collections
return System.Collections

RemoveSet() public method

public RemoveSet ( int index ) : void
index int
return void

ToString() public method

public ToString ( ) : string
return string

ToXml() public method

public ToXml ( ) : SecurityElement
return SecurityElement