AppDomainSetup.SetNativeFunction(String, Int32, IntPtr) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the common language runtime with an alternate implementation of a string comparison function.
public:
void SetNativeFunction(System::String ^ functionName, int functionVersion, IntPtr functionPointer);
[System.Security.SecurityCritical]
public void SetNativeFunction(string functionName, int functionVersion, IntPtr functionPointer);
[<System.Security.SecurityCritical>]
member this.SetNativeFunction : string * int * nativeint -> unit
Public Sub SetNativeFunction (functionName As String, functionVersion As Integer, functionPointer As IntPtr)
- functionName
- String
The name of the string comparison function to override.
- functionVersion
- Int32
The function version. For .NET Framework 4.5, its value must be 1 or greater.
- functionPointer
-
IntPtr
nativeint
A pointer to the function that overrides functionName
.
- Attributes
functionName
is null
.
The following string comparison and sorting methods can be overridden by the SetNativeFunction method:
IsNLSDefinedString
CompareStringEx
LCMapStringEx
FindNLSStringEx
CompareStringOrdinal
GetNLSVersion
For information about these functions, see National Language Support Functions.
Product | Versions |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: