NativeObjectSecurity コンストラクタ (Boolean, ResourceType)
アセンブリ: mscorlib (mscorlib.dll 内)

Dim isContainer As Boolean Dim resourceType As ResourceType Dim instance As New NativeObjectSecurity(isContainer, resourceType)

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


NativeObjectSecurity コンストラクタ (Boolean, ResourceType, SafeHandle, AccessControlSections)
アセンブリ: mscorlib (mscorlib.dll 内)

Protected Sub New ( _ isContainer As Boolean, _ resourceType As ResourceType, _ handle As SafeHandle, _ includeSections As AccessControlSections _ )
Dim isContainer As Boolean Dim resourceType As ResourceType Dim handle As SafeHandle Dim includeSections As AccessControlSections Dim instance As New NativeObjectSecurity(isContainer, resourceType, handle, includeSections)
protected NativeObjectSecurity ( bool isContainer, ResourceType resourceType, SafeHandle handle, AccessControlSections includeSections )
protected: NativeObjectSecurity ( bool isContainer, ResourceType resourceType, SafeHandle^ handle, AccessControlSections includeSections )
protected NativeObjectSecurity ( boolean isContainer, ResourceType resourceType, SafeHandle handle, AccessControlSections includeSections )
protected function NativeObjectSecurity ( isContainer : boolean, resourceType : ResourceType, handle : SafeHandle, includeSections : AccessControlSections )

NativeObjectSecurity オブジェクトを永続化する場合に、Persist メソッドに渡される includeSections パラメータの値が、NativeObjectSecurity オブジェクトの作成に使用されるコンストラクタに渡される includeSections パラメータの値と等しくないと、永続化する NativeObjectSecurity オブジェクトのセクションに予測できない値が含まれる可能性があります。たとえば、includeSections の値として Access を指定してコンストラクタを呼び出し、後で includeSections の値として All を指定してそのオブジェクトに対して Persist メソッドを呼び出すと、結果として永続化された NativeObjectSecurity オブジェクトに、監査規則、グループ、および所有者の値として予測できない値が格納されます。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


NativeObjectSecurity コンストラクタ (Boolean, ResourceType, SafeHandle, AccessControlSections, NativeObjectSecurity.ExceptionFromErrorCode, Object)
アセンブリ: mscorlib (mscorlib.dll 内)

Protected Sub New ( _ isContainer As Boolean, _ resourceType As ResourceType, _ handle As SafeHandle, _ includeSections As AccessControlSections, _ exceptionFromErrorCode As ExceptionFromErrorCode, _ exceptionContext As Object _ )
Dim isContainer As Boolean Dim resourceType As ResourceType Dim handle As SafeHandle Dim includeSections As AccessControlSections Dim exceptionFromErrorCode As ExceptionFromErrorCode Dim exceptionContext As Object Dim instance As New NativeObjectSecurity(isContainer, resourceType, handle, includeSections, exceptionFromErrorCode, exceptionContext)
protected NativeObjectSecurity ( bool isContainer, ResourceType resourceType, SafeHandle handle, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext )
protected: NativeObjectSecurity ( bool isContainer, ResourceType resourceType, SafeHandle^ handle, AccessControlSections includeSections, ExceptionFromErrorCode^ exceptionFromErrorCode, Object^ exceptionContext )
protected NativeObjectSecurity ( boolean isContainer, ResourceType resourceType, SafeHandle handle, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext )
protected function NativeObjectSecurity ( isContainer : boolean, resourceType : ResourceType, handle : SafeHandle, includeSections : AccessControlSections, exceptionFromErrorCode : ExceptionFromErrorCode, exceptionContext : Object )

NativeObjectSecurity オブジェクトを永続化する場合に、Persist メソッドに渡される includeSections パラメータの値が、NativeObjectSecurity オブジェクトの作成に使用されるコンストラクタに渡される includeSections パラメータの値と等しくないと、永続化する NativeObjectSecurity オブジェクトのセクションに予測できない値が含まれる可能性があります。たとえば、includeSections の値として Access を指定してコンストラクタを呼び出し、後で includeSections の値として All を指定してそのオブジェクトに対して Persist メソッドを呼び出すと、結果として永続化された NativeObjectSecurity オブジェクトに、監査規則、グループ、および所有者の値として予測できない値が格納されます。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


NativeObjectSecurity コンストラクタ (Boolean, ResourceType, String, AccessControlSections, NativeObjectSecurity.ExceptionFromErrorCode, Object)
アセンブリ: mscorlib (mscorlib.dll 内)

Protected Sub New ( _ isContainer As Boolean, _ resourceType As ResourceType, _ name As String, _ includeSections As AccessControlSections, _ exceptionFromErrorCode As ExceptionFromErrorCode, _ exceptionContext As Object _ )
Dim isContainer As Boolean Dim resourceType As ResourceType Dim name As String Dim includeSections As AccessControlSections Dim exceptionFromErrorCode As ExceptionFromErrorCode Dim exceptionContext As Object Dim instance As New NativeObjectSecurity(isContainer, resourceType, name, includeSections, exceptionFromErrorCode, exceptionContext)
protected NativeObjectSecurity ( bool isContainer, ResourceType resourceType, string name, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext )
protected: NativeObjectSecurity ( bool isContainer, ResourceType resourceType, String^ name, AccessControlSections includeSections, ExceptionFromErrorCode^ exceptionFromErrorCode, Object^ exceptionContext )
protected NativeObjectSecurity ( boolean isContainer, ResourceType resourceType, String name, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext )
protected function NativeObjectSecurity ( isContainer : boolean, resourceType : ResourceType, name : String, includeSections : AccessControlSections, exceptionFromErrorCode : ExceptionFromErrorCode, exceptionContext : Object )

NativeObjectSecurity オブジェクトを永続化する場合に、Persist メソッドに渡される includeSections パラメータの値が、NativeObjectSecurity オブジェクトの作成に使用されるコンストラクタに渡される includeSections パラメータの値と等しくないと、永続化する NativeObjectSecurity オブジェクトのセクションに予測できない値が含まれる可能性があります。たとえば、includeSections の値として Access を指定してコンストラクタを呼び出し、後で includeSections の値として All を指定してそのオブジェクトに対して Persist メソッドを呼び出すと、結果として永続化された NativeObjectSecurity オブジェクトに、監査規則、グループ、および所有者の値として予測できない値が格納されます。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


NativeObjectSecurity コンストラクタ (Boolean, ResourceType, NativeObjectSecurity.ExceptionFromErrorCode, Object)
アセンブリ: mscorlib (mscorlib.dll 内)

Protected Sub New ( _ isContainer As Boolean, _ resourceType As ResourceType, _ exceptionFromErrorCode As ExceptionFromErrorCode, _ exceptionContext As Object _ )
Dim isContainer As Boolean Dim resourceType As ResourceType Dim exceptionFromErrorCode As ExceptionFromErrorCode Dim exceptionContext As Object Dim instance As New NativeObjectSecurity(isContainer, resourceType, exceptionFromErrorCode, exceptionContext)
protected NativeObjectSecurity ( bool isContainer, ResourceType resourceType, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext )
protected: NativeObjectSecurity ( bool isContainer, ResourceType resourceType, ExceptionFromErrorCode^ exceptionFromErrorCode, Object^ exceptionContext )
protected NativeObjectSecurity ( boolean isContainer, ResourceType resourceType, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext )
protected function NativeObjectSecurity ( isContainer : boolean, resourceType : ResourceType, exceptionFromErrorCode : ExceptionFromErrorCode, exceptionContext : Object )

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


NativeObjectSecurity コンストラクタ (Boolean, ResourceType, String, AccessControlSections)
アセンブリ: mscorlib (mscorlib.dll 内)

Protected Sub New ( _ isContainer As Boolean, _ resourceType As ResourceType, _ name As String, _ includeSections As AccessControlSections _ )
Dim isContainer As Boolean Dim resourceType As ResourceType Dim name As String Dim includeSections As AccessControlSections Dim instance As New NativeObjectSecurity(isContainer, resourceType, name, includeSections)
protected NativeObjectSecurity ( bool isContainer, ResourceType resourceType, string name, AccessControlSections includeSections )
protected: NativeObjectSecurity ( bool isContainer, ResourceType resourceType, String^ name, AccessControlSections includeSections )
protected NativeObjectSecurity ( boolean isContainer, ResourceType resourceType, String name, AccessControlSections includeSections )
protected function NativeObjectSecurity ( isContainer : boolean, resourceType : ResourceType, name : String, includeSections : AccessControlSections )

NativeObjectSecurity オブジェクトを永続化する場合に、Persist メソッドに渡される includeSections パラメータの値が、NativeObjectSecurity オブジェクトの作成に使用されるコンストラクタに渡される includeSections パラメータの値と等しくないと、永続化する NativeObjectSecurity オブジェクトのセクションに予測できない値が含まれる可能性があります。たとえば、includeSections の値として Access を指定してコンストラクタを呼び出し、後で includeSections の値として All を指定してそのオブジェクトに対して Persist メソッドを呼び出すと、結果として永続化された NativeObjectSecurity オブジェクトに、監査規則、グループ、および所有者の値として予測できない値が格納されます。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


NativeObjectSecurity コンストラクタ

名前 | 説明 |
---|---|
NativeObjectSecurity (Boolean, ResourceType) | 値を指定して、NativeObjectSecurity クラスの新しいインスタンスを初期化します。 |
NativeObjectSecurity (Boolean, ResourceType, NativeObjectSecurity.ExceptionFromErrorCode, Object) | 指定した値を使用して、NativeObjectSecurity クラスの新しいインスタンスを初期化します。 |
NativeObjectSecurity (Boolean, ResourceType, SafeHandle, AccessControlSections) | 値を指定して、NativeObjectSecurity クラスの新しいインスタンスを初期化します。コンストラクタと Persist メソッドに渡す includeSections パラメータの値を等しくすることをお勧めします。詳細については、解説を参照してください。 |
NativeObjectSecurity (Boolean, ResourceType, String, AccessControlSections) | 値を指定して、NativeObjectSecurity クラスの新しいインスタンスを初期化します。コンストラクタと Persist メソッドに渡す includeSections パラメータの値を等しくすることをお勧めします。詳細については、解説を参照してください。 |
NativeObjectSecurity (Boolean, ResourceType, SafeHandle, AccessControlSections, NativeObjectSecurity.ExceptionFromErrorCode, Object) | 値を指定して、NativeObjectSecurity クラスの新しいインスタンスを初期化します。コンストラクタと Persist メソッドに渡す includeSections パラメータの値を等しくすることをお勧めします。詳細については、解説を参照してください。 |
NativeObjectSecurity (Boolean, ResourceType, String, AccessControlSections, NativeObjectSecurity.ExceptionFromErrorCode, Object) | 値を指定して、NativeObjectSecurity クラスの新しいインスタンスを初期化します。コンストラクタと Persist メソッドに渡す includeSections パラメータの値を等しくすることをお勧めします。詳細については、解説を参照してください。 |

Weblioに収録されているすべての辞書からNativeObjectSecurity コンストラクタを検索する場合は、下記のリンクをクリックしてください。

- NativeObjectSecurity コンストラクタのページへのリンク