Practical .NET2 and C#2 Cross-Reference
 |  |  |  |  |
Page 175 ...ser has which access rights on this resource. This information is contained in a structure associated with the resource that is called a security descriptor (SD). A SD contains a SID representing the user who created or owns the resource and a list named Discretionary Access Control List (DACL). Alt... | Page 791 ...the /App_LocalResources folder of the web application. This file contains the values relative to the neutral culture of the resources for this web page. You can then add resource files relating to other cultures by doing the following: App_LocalResourcesfolder Add New Item Assembly Resource File ... | Page 118 Systematically define a maximum wait time (timeout) for all the resource access requests and deal properly with cases where the access request fails. Almost all the .NET synchronization mechanisms offer this feature. | Page 78 ...n a concurrent mode. This mode allows a thread to complete a big part of the garbage collection work without interrupting the other threads of the application. In the case of a non-concurrent execution, the CLR often uses the application threads to execute garbage collection. The overall performance... | Page 838 ... not) by activating the SOAP message log in the Diagnostics tab of the WSE configuration editor. It is instructive to notice the modifications which are made to the web.configfile (or app.configin the case of a non ASP.NET project). Here again, the test will only work correctly if the precautions fr... |
Note: This structure is new in the .NET Framework version 2.0.This structure supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The
IAccessibleHandler and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) accessibility
interface.
Namespace: Accessibility
Assembly: Accessibility (in accessibility.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Structure _RemotableHandle |
| C# |
|---|
public struct _RemotableHandle |
| C++ |
|---|
public value class _RemotableHandle |
| J# |
|---|
public final class _RemotableHandle extends ValueType |
| JScript |
|---|
JScript suports the use of structures, but not the declaration of new ones. |
Remarks
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Version Information
.NET Framework
Supported in: 2.0
See Also