Visual Basic (Declaration) | |
---|---|
Public Function GetResourcesCount( _ ByVal fileName As String, _ ByVal resourceType As ScreenCaptureResourceType _ ) As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int GetResourcesCount( string fileName, ScreenCaptureResourceType resourceType ) |
Managed Extensions for C++ | |
---|---|
public: int GetResourcesCount( string* fileName, ScreenCaptureResourceType resourceType ) |
C++/CLI | |
---|---|
public: int GetResourcesCount( String^ fileName, ScreenCaptureResourceType resourceType ) |
Parameters
- fileName
- A string containing the name of the exe (or dll) from which the resources will be counted.
- resourceType
- Type of resources to be counted. For possible values refer to ScreenCaptureResourceType.
For an example, refer to ScreenCaptureEngine.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
ScreenCaptureEngine ClassScreenCaptureEngine Members
Implementing Screen Capture
Startup Method
Shutdown Method
CaptureWindow Method
CaptureActiveWindow Method
CaptureActiveClient Method
CaptureWallpaper Method
CaptureFullScreen Method
CaptureMenuUnderCursor Method
CaptureWindowUnderCursor Method
CaptureSelectedObject Method
CaptureArea Method
CaptureMouseCursor Method
CaptureFromExe Method
ShowCaptureFromExeDialog Method
IsCaptureActive Property
StopCapture Method