factorial.rgs
来自「这是c#高级编程的配套源码」· RGS 代码 · 共 24 行
RGS
24 行
HKCR
{
RCWTEST.Factorial.1 = s 'Factorial Class'
{
CLSID = s '{8D3176FD-0C97-4481-8F66-EB78457417BB}'
}
RCWTEST.Factorial = s 'Factorial Class'
{
CLSID = s '{8D3176FD-0C97-4481-8F66-EB78457417BB}'
}
NoRemove CLSID
{
ForceRemove {8D3176FD-0C97-4481-8F66-EB78457417BB} = s 'Factorial Class'
{
ProgID = s 'RCWTEST.Factorial.1'
VersionIndependentProgID = s 'RCWTEST.Factorial'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'both'
}
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?