⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 staticclasses.cls

📁 VB 加密----------能够加密解密控件
💻 CLS
📖 第 1 页 / 共 2 页
字号:
''
' Returns a reference used to access static methods of the <b>GregorianCalendar</b> class.
'
' @return A reference that can be used to access static methods of the <b>GregorianCalendar</b> class.
' @see GregorianCalendar
' @see GregorianCalendarStatic
'
Public Function GregorianCalendar() As GregorianCalendarStatic
    Set GregorianCalendar = modStaticClasses.GregorianCalendar
End Function

''
' Returns a reference used to access static methods of the <b>JulianCalendar</b> class.
'
' @return A reference that can be used to access static methods of the <b>JulianCalendar</b> class.
' @see JulianCalendar
' @see JulianCalendarStatic
'
Public Function JulianCalendar() As JulianCalendarStatic
    Set JulianCalendar = modStaticClasses.JulianCalendar
End Function

''
' Returns a reference used to access static methods of the <b>HebrewCalendar</b> class.
'
' @return A reference that can be used to access static methods of the <b>HebrewCalendar</b> class.
' @see HebrewCalendar
' @see HebrewCalendarStatic
'
Public Function HebrewCalendar() As HebrewCalendarStatic
    Set HebrewCalendar = modStaticClasses.HebrewCalendar
End Function

''
' Returns a reference used to access static methods of the <b>KoreanCalendar</b> class.
'
' @return A reference that can be used to access static methods of the <b>KoreanCalendar</b> class.
' @see KoreanCalendar
' @see KoreanCalendarStatic
'
Public Function KoreanCalendar() As KoreanCalendarStatic
    Set KoreanCalendar = modStaticClasses.KoreanCalendar
End Function

''
' Returns a reference used to access static methods of the <b>HijriCalendar</b> class.
'
' @return A reference that can be used to access static methods of the <b>HijriCalendar</b> class.
' @see HijriCalendar
' @see HijriCalendarStatic
'
Public Function HijriCalendar() As HijriCalendarStatic
    Set HijriCalendar = modStaticClasses.HijriCalendar
End Function

''
' Returns a reference used to access static methods of the <b>Calendar</b> class.
'
' @return A reference that can be used to access static methods of the <b>Calendar</b> class.
' @see Calendar
' @see CalendarStatic
'
Public Function Calendar() As CalendarStatic
    Set Calendar = modStaticClasses.Calendar
End Function

''
' Returns a reference used to access static methods of the <b>Console</b> class.
'
' @return A reference that can be used to access static methods of the <b>Console</b> class.
' @see Console
'
Public Function Console() As Console
    Set Console = modStaticClasses.Console
End Function

''
' Returns a reference used to access static methods of the <b>ArrayList</b> class.
'
' @return A reference that can be used to access static methods of the <b>ArrayList</b> class.
' @see ArrayList
' @see ArrayListStatic
'
Public Function ArrayList() As ArrayListStatic
    Set ArrayList = modStaticClasses.ArrayList
End Function

''
' Returns a reference used to access static methods of the <b>Registry</b> class.
'
' @return A reference that can be used to access static methods of the <b>Registry</b> class.
' @see Registry
' @see RegistryKey
'
Public Function Registry() As Registry
    Set Registry = modStaticClasses.Registry
End Function

''
' Returns a reference used to access static methods of the <b>RegistryKey</b> class.
'
' @return A reference that can be used to access static methods of the <b>RegistryKey</b> class.
' @see RegistryKey
' @see RegistryKeyStatic
' @see Registry
'
Public Function RegistryKey() As RegistryKeyStatic
    Set RegistryKey = modStaticClasses.RegistryKey
End Function

''
' Provides static methods for creating new <b>Guid</b> objects.
'
' @return A reference that can be used to access the static methods of the <b>Guid</b> class.
' @see GuidStatic
' @see Guid
'
Public Function Guid() As GuidStatic
    Set Guid = modStaticClasses.Guid
End Function

''
' Provides methods for converting values.
'
' @return A reference to the method provider.
' @see Convert
'
Public Function Convert() As Convert
    Set Convert = modStaticClasses.Convert
End Function

''
' Provides methods for creating custom resoure managers.
'
' @return A reference to the method provider.
' @see ResourceManagerStatic
' @see ResourceManager
' @see ResourceSet
' @see ResourceReader
'
Public Function ResourceManager() As ResourceManagerStatic
    Set ResourceManager = modStaticClasses.ResourceManager
End Function

''
' Provides methods for retrieve information about all drives on the local machine.
'
' @return A reference to the method provider
' @see DriveInfo
' @see DirectoryInfo
' @see Directory
' @see FileInfo
' @see File
'
Public Function DriveInfo() As DriveInfoStatic
    Set DriveInfo = modStaticClasses.DriveInfo
End Function

''
' Provides default methods for classes that implement the IObject interface.
'
' @return A reference to default implementations of the IObject interface.
'
Public Function Object() As ObjectStatic
    Set Object = modStaticClasses.Object
End Function

''
' Returns a reference used to access the DES static methods.
'
' @return A reference to the single DESStatic instance.
'
Public Function DES() As DESStatic
    Set DES = modStaticClasses.DES
End Function

''
' Returns a reference used to access the TripleDES static methods.
'
' @return A reference to the single TripleDESStatic instance.
'
Public Function TripleDES() As TripleDESStatic
    Set TripleDES = modStaticClasses.TripleDES
End Function

''
' Returns a reference used to access the RC2 static methods.
'
' @return A reference to the single RC2Static instance.
'
Public Function RC2() As RC2Static
    Set RC2 = modStaticClasses.RC2
End Function

''
' Returns a reference used to access the Rijndael static methods.
'
' @return A reference to the single RijndaelStatic instance.
'
Public Function Rijndael() As RijndaelStatic
    Set Rijndael = modStaticClasses.Rijndael
End Function

''
' Returns a reference used to access the CryptoConfig static methods.
'
' @return A reference to the single CryptoConfig instance.
'
Public Function CryptoConfig() As CryptoConfig
    Set CryptoConfig = modStaticClasses.CryptoConfig
End Function

''
' Returns a reference used to access the SHA1 static methods.
'
' @return A reference to the single SHA1Static instance.
'
Public Function SHA1() As SHA1Static
    Set SHA1 = modStaticClasses.SHA1
End Function

''
' Returns a reference used to access the StopWatch static methods.
'
' @return A reference to the single StopWatchStatic instance.
'
Public Function StopWatch() As StopWatchStatic
    Set StopWatch = modStaticClasses.StopWatch
End Function

''
' Returns a reference used to access the SHA256 static methods.
'
' @return A reference to the single SHA256Static instance.
'
Public Function SHA256() As SHA256Static
    Set SHA256 = modStaticClasses.SHA256
End Function

''
' Returns a reference used to access the SHA512 static methods.
'
' @return A reference to the single SHA512Static instance.
'
Public Function SHA512() As SHA512Static
    Set SHA512 = modStaticClasses.SHA512
End Function

''
' Returns a reference used to access the SHA384 static methods.
'
' @return A reference to the single SHA384Static instance.
'
Public Function SHA384() As SHA384Static
    Set SHA384 = modStaticClasses.SHA384
End Function

''
' Returns a reference used to access the MACTripleDES static methods.
'
' @return A reference to the single MACTripleDESStatic instance.
'
Public Function MACTripleDES() As MACTripleDESStatic
    Set MACTripleDES = modStaticClasses.MACTripleDES
End Function

''
' Returns a reference used to access the HMAC static methods.
'
' @return A reference to the single HMACStatic instance.
'
Public Function HMAC() As HMACStatic
    Set HMAC = modStaticClasses.HMAC
End Function

''
' Returns a reference used to access the RSA static methods.
'
' @return A reference to the single RSAStatic instance.
'
Public Function RSA() As RSAStatic
    Set RSA = modStaticClasses.RSA
End Function

''
' Returns a reference used to access the SecurityElement static methods.
'
' @return A reference to the single SecurityElementStatic instance.
'
Public Function SecurityElement() As SecurityElementStatic
    Set SecurityElement = modStaticClasses.SecurityElement
End Function

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -