Exposes the user interface.
No initialization action.
Exposes state that might be shared between threads.
Might cause a resource leak on termination, if not protected by a safe handle or some other means of ...
HostProtectionResource
Specifies categories of functionality potentially harmful to the host if invoked by a method or class...
Might exit the current process, terminating the server.
Might create or destroy other processes.
Attribute can be applied to any application element.
Exposes the security infrastructure.
Manipulates threads in a way that only affects user code.
Creates or manipulates threads other than its own, which might be harmful to the host.
Specifies that the class can be serialized.