public class MultipleViewProviderWrapper : MarshalByRefObject,
IMultipleViewProvider
Public Class MultipleViewProviderWrapper
Inherits MarshalByRefObject
Implements IMultipleViewProvider
public ref class MultipleViewProviderWrapper : public MarshalByRefObject,
IMultipleViewProvider
type MultipleViewProviderWrapper =
class
inherit MarshalByRefObject
interface IMultipleViewProvider
end
CurrentView | Gets the current control-specific view. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
GetSupportedViews | Retrieves a collection of control-specific view identifiers. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
GetViewName | Retrieves the name of a control-specific view. |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Унаследован от MarshalByRefObject) |
SetCurrentView | Sets the current control-specific view. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Wrap |