Visual Basic (Declaration) | |
---|---|
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")> Public Overloads Function CanConvertFrom( _ ByVal sourceType As System.Type _ ) As System.Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebSchedulerDateTimeConverter Dim sourceType As System.Type Dim value As System.Boolean value = instance.CanConvertFrom(sourceType) |
C# | |
---|---|
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")] public System.bool CanConvertFrom( System.Type sourceType ) |
Delphi | |
---|---|
public function CanConvertFrom( sourceType: System.Type ): System.Boolean; |
JScript | |
---|---|
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries") public function CanConvertFrom( sourceType : System.Type ) : System.boolean; |
Managed Extensions for C++ | |
---|---|
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")] public: System.bool CanConvertFrom( System.Type* sourceType ) |
C++/CLI | |
---|---|
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")] public: System.bool CanConvertFrom( System.Type^ sourceType ) |
Parameters
- sourceType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2