Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby33 /
share /
ri /
system /
WIN32OLE /
Typelib /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Typelib.ri
731
B
-rw-r--r--
2026-04-07 17:22
guid-i.ri
597
B
-rw-r--r--
2026-04-07 17:22
inspect-i.ri
605
B
-rw-r--r--
2026-04-07 17:22
library_name-i.ri
622
B
-rw-r--r--
2026-04-07 17:22
major_version-i.ri
597
B
-rw-r--r--
2026-04-07 17:22
minor_version-i.ri
597
B
-rw-r--r--
2026-04-07 17:22
name-i.ri
594
B
-rw-r--r--
2026-04-07 17:22
new-c.ri
1.58
KB
-rw-r--r--
2026-04-07 17:22
ole_classes-i.ri
602
B
-rw-r--r--
2026-04-07 17:22
ole_types-i.ri
675
B
-rw-r--r--
2026-04-07 17:22
path-i.ri
570
B
-rw-r--r--
2026-04-07 17:22
to_s-i.ri
563
B
-rw-r--r--
2026-04-07 17:22
typelibs-c.ri
496
B
-rw-r--r--
2026-04-07 17:22
version-i.ri
578
B
-rw-r--r--
2026-04-07 17:22
visible%3f-i.ri
805
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"WIN32OLE::Typelib::new;TT:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"+Returns a new WIN32OLE_TYPELIB object.;To:RDoc::Markup::BlankLine o; ; [I"SThe first argument <i>typelib</i> specifies OLE type library name or GUID or ;TI"OLE library file. ;TI"JThe second argument is major version or version of the type library. ;TI"*The third argument is minor version. ;TI":The second argument and third argument are optional. ;TI"TIf the first argument is type library name, then the second and third argument ;TI"are ignored.;T@o:RDoc::Markup::Verbatim; [I"Htlib1 = WIN32OLE_TYPELIB.new('Microsoft Excel 9.0 Object Library') ;TI"Ltlib2 = WIN32OLE_TYPELIB.new('{00020813-0000-0000-C000-000000000046}') ;TI"Qtlib3 = WIN32OLE_TYPELIB.new('{00020813-0000-0000-C000-000000000046}', 1.3) ;TI"Rtlib4 = WIN32OLE_TYPELIB.new('{00020813-0000-0000-C000-000000000046}', 1, 3) ;TI"Ftlib5 = WIN32OLE_TYPELIB.new("C:\\WINNT\\SYSTEM32\\SHELL32.DLL") ;TI"@puts tlib1.name # -> 'Microsoft Excel 9.0 Object Library' ;TI"@puts tlib2.name # -> 'Microsoft Excel 9.0 Object Library' ;TI"@puts tlib3.name # -> 'Microsoft Excel 9.0 Object Library' ;TI"@puts tlib4.name # -> 'Microsoft Excel 9.0 Object Library' ;TI"Dputs tlib5.name # -> 'Microsoft Shell Controls And Automation';T:@format0: @fileI"$ext/win32ole/win32ole_typelib.c;T:0@omit_headings_from_table_of_contents_below0I"UWIN32OLE_TYPELIB.new(typelib [, version1, version2]) -> WIN32OLE_TYPELIB object ;T0[ I"(*args);T@$FI"Typelib;TcRDoc::NormalClass00