Click or drag to resize

NativeProxy Methods

The NativeProxy type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddProxy
Adds a native proxy using its DLL path. The resulting native proxy instance will be added to the All and possibly to the AllForCurrentArchitecture lists.
Public methodStatic memberClearCache
Clears local information.
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDiagnostics
Gets internal diagnostics.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRefreshShellViews(Byte, RefreshViewsOptions)
Refreshes Windows Shell views. This method has the same effect independently of the current native proxy instance.
Public methodRefreshShellViews(ShellItemIdList, RefreshViewsOptions)
Refreshes Windows Shell views. This method has the same effect independently of the current native proxy instance.
Public methodStopListening
Stops all the native proxy from listening to RPC calls.
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Top
See Also