次の方法で共有


NativeMethods Class

Definition

public ref class NativeMethods abstract sealed
public static class NativeMethods
type NativeMethods = class
Public Class NativeMethods
Inheritance
NativeMethods

Fields

IID_IHTMLDocument
IID_InternetExplorer
IID_IWebBrowser2
IID_IWebBrowserApp

Methods

CloseHandle(Int32)
DeleteUrlCacheEntry(IntPtr)
DeleteUrlCacheGroup(Int64, Int32, IntPtr)
EnumChildWindows(HandleRef, NativeMethods+EnumThreadWindowsCallback, IntPtr)
EnumWindows(NativeMethods+EnumThreadWindowsCallback, IntPtr)
FindFirstUrlCacheEntry(String, IntPtr, Int32)
FindFirstUrlCacheGroup(Int32, Int32, IntPtr, Int32, Int64, IntPtr)
FindNextUrlCacheEntry(IntPtr, IntPtr, Int32)
FindNextUrlCacheGroup(IntPtr, Int64, IntPtr)
GetAncestor(IntPtr, NativeMethods+WinUserConstant)
GetClassName(IntPtr, StringBuilder, Int32)
GetIEServerProcess(Int32)
GetParent(IntPtr)
GetProcessId(Int32)
GetProcessIdFromWindow(IntPtr)
GetWindow(HandleRef, Int32)
GetWindowClass(IntPtr)
GetWindowLong(IntPtr, NativeMethods+WinUserConstant)
GetWindowRect(IntPtr, NativeMethods+RECT)
GetWindowThreadProcessId(IntPtr, Int32)
IEIsProtectedModeURL(String)
IELaunchURL(String, NativeMethods+PROCESS_INFORMATION, NativeMethods+IELAUNCHURLINFO)
IsWindow(IntPtr)
IsWindowVisible(IntPtr)

Checks whether the window is visible.

MoveWindow(IntPtr, Int32, Int32, Int32, Int32, Boolean)
ObjectFromLresult(UIntPtr, Guid, IntPtr)
RegisterWindowMessage(String)
SendMessageTimeout(IntPtr, UInt32, UIntPtr, IntPtr, NativeMethods+SendMessageTimeoutFlags, UInt32, UIntPtr)
SetParent(IntPtr, IntPtr)
SetWindowLong(IntPtr, NativeMethods+WinUserConstant, UInt32)
ShowWindow(IntPtr, NativeMethods+WinUserConstant)
StartIE(String, Boolean)
WaitForInputIdle(Int32, UInt32)

Applies to