IMemory.Version Method
Definition
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.
Version is used to identify whether the a particular memory instance has been updated or not. If version is not changed, the caller may choose to use the cached result instead of recomputing everything.
public string Version ();
abstract member Version : unit -> string
Public Function Version () As String
Returns
A string indicates the version.