EventLogPermissionEntry Třída
Definice
public ref class EventLogPermissionEntry
public class EventLogPermissionEntry
[System.Serializable]
public class EventLogPermissionEntry
type EventLogPermissionEntry = class
[<System.Serializable>]
type EventLogPermissionEntry = class
Public Class EventLogPermissionEntry
- Dědičnost
-
EventLogPermissionEntry
- Atributy
Poznámky
Další informace o zabezpečení přístupu kódu najdete v tématu zabezpečení přístupukódu.For more information on code access security, see Code Access Security.
Konstruktory
EventLogPermissionEntry(EventLogPermissionAccess, String) |
Inicializuje novou instanci EventLogPermissionEntry třídy.Initializes a new instance of the EventLogPermissionEntry class. |
Vlastnosti
MachineName |
Získá název počítače, ve kterém mají být události čteny nebo zapsány.Gets the name of the computer on which to read or write events. |
PermissionAccess |
Získá úrovně přístupu oprávnění použité v žádosti o oprávnění.Gets the permission access levels used in the permissions request. |
Metody
Equals(Object) |
Určí, zda se zadaný objekt rovná aktuálnímu objektu.Determines whether the specified object is equal to the current object. (Zděděno od Object) |
GetHashCode() |
Slouží jako výchozí funkce hash.Serves as the default hash function. (Zděděno od Object) |
GetType() |
Získá Type aktuální instanci.Gets the Type of the current instance. (Zděděno od Object) |
MemberwiseClone() |
Vytvoří kopii aktuálního seznamu Object .Creates a shallow copy of the current Object. (Zděděno od Object) |
ToString() |
Vrátí řetězec, který představuje aktuální objekt.Returns a string that represents the current object. (Zděděno od Object) |