AppDomainSetup Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetConfigurationBytes() | Returns the XML configuration information set by the SetConfigurationBytes method, which overrides the application's XML configuration information. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | SetCompatibilitySwitches(IEnumerable<String^>^) | Sets the specified switches, making the application domain compatible with previous versions of the .NET Framework for the specified issues. |
![]() | SetConfigurationBytes(array<Byte>^) | Provides XML configuration information for the application domain, replacing the application's XML configuration information. |
![]() | SetNativeFunction(String^, Int32, IntPtr) | Provides the common language runtime with an alternate implementation of a string comparison function. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
