-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.Info.InfoType
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
Protected Class InfoType
This class represents a libcURL infotype number.
This class cannot be instantiated using the New
keyword. You must assign a name, alias, or number to a reference to create a new instance:
Dim info As libcURL.Info.InfoType = "EFFECTIVE_METHOD"
You may pass an instance of this class directly to EasyHandle.GetInfo
as the InfoType
parameter.
- BindingAlias As String
- DocumentationURL As String
- IsAvailable As Boolean
- IsDeprecated As Boolean
- LibraryAlias As String
- MinimumVersion As String
- Name As String
- Number As Int32
- Replacement As InfoType
- Type As Integer
- InfoTypeIterator class
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.