Difference between revisions of "Typelib"

From SpybotWiki
Jump to: navigation, search
m
(added info box)
Line 1: Line 1:
Searches the registry for a typelib with the given name.
+
{{SbiCmdInfo
 +
|SYNTAX = Typelib
 +
|PENAME = SpybotSD.exe
 +
|PEVERSION = 1.3 or later
 +
|GROUP = Registry
 +
|MINUPDATE = n/a
 +
|ADVFILEPARAMS = no
 +
|ADVREGPARAMS = no
 +
|ADVBUILDPARAMS = yes (second)
 +
|ADVSPECIALPARAMS = no
 +
}}Searches the registry for a typelib with the given name.
  
 
==Usage==
 
==Usage==
  Typelib:<typelib name>[,advanced build parameters]
+
  Typelib:<typelib name(string)>[,advanced build parameters]
  
 
===Examples===
 
===Examples===

Revision as of 14:20, 22 February 2008

Typelib
Group Registry
Main Application Version 1.3 or later
Required Update n/a
File Parameters no
Registry Parameters no
Build Parameters yes (second)
Special Parameters no

Searches the registry for a typelib with the given name.

Usage

Typelib:<typelib name(string)>[,advanced build parameters]

Examples

Typelib:"bdeplay 1.0 Type Library"

This will detect the following registry key:

[HKEY_CLASSES_ROOT\TypeLib\{51958166-D5E3-11D1-AA42-0000E842E40A}]
[HKEY_CLASSES_ROOT\TypeLib\{51958166-D5E3-11D1-AA42-0000E842E40A}\1.0]
@="bdeplay 1.0 Type Library"

Description

Detects COM type libraries.

  1. The first parameter has to be the name of the type library.
  2. The second, optional, parameter allows you to specify advanced build parameters.

Unless you're looking at random GUIDs, it is recommended that you use RegyKey, possible along with advanced registry parameters to do the name check.

Scan Results

  • The identified type library registry keys.

See also

Similar commands