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 /
ruby34 /
share /
ri /
system /
WIN32OLE /
Record /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Record.ri
1.72
KB
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
948
B
-rw-r--r--
2026-04-07 16:51
method_missing-i.ri
1.28
KB
-rw-r--r--
2026-04-07 16:51
new-c.ri
1.25
KB
-rw-r--r--
2026-04-07 16:51
ole_instance_variable_get-i.ri
1.29
KB
-rw-r--r--
2026-04-07 16:51
ole_instance_variable_set-i.ri
1.18
KB
-rw-r--r--
2026-04-07 16:51
to_h-i.ri
1.38
KB
-rw-r--r--
2026-04-07 16:51
typename-i.ri
1.19
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" to_h:ETI"WIN32OLE::Record#to_h;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"CReturns Ruby Hash object which represents VT_RECORD variable. ;TI"LThe keys of Hash object are member names of VT_RECORD OLE variable and ;TI"Dthe values of Hash object are values of VT_RECORD OLE variable.;To:RDoc::Markup::BlankLine o; ; [I"@If COM server in VB.NET ComServer project is the following:;T@o:RDoc::Markup::Verbatim; [I",Imports System.Runtime.InteropServices ;TI"Public Class ComClass ;TI" Public Structure Book ;TI"/ <MarshalAs(UnmanagedType.BStr)> _ ;TI"$ Public title As String ;TI"$ Public cost As Integer ;TI" End Structure ;TI"+ Public Function getBook() As Book ;TI"" Dim book As New Book ;TI"* book.title = "The Ruby Book" ;TI" book.cost = 20 ;TI" Return book ;TI" End Function ;TI"End Class ;T:@format0o; ; [I"@then, the result of WIN32OLE::Record#to_h is the following:;T@o;; [ I"require 'win32ole' ;TI".obj = WIN32OLE.new('ComServer.ComClass') ;TI"book = obj.getBook ;TI":book.to_h # => {"title"=>"The Ruby Book", "cost"=>20};T; 0: @fileI"#ext/win32ole/win32ole_record.c;T:0@omit_headings_from_table_of_contents_below0I"1WIN32OLE::Record#to_h #=> Ruby Hash object. ;T0[ I"();T@-FI"Record;TcRDoc::NormalClass00