[PreserveSigAttribute]
HResult StrongNameFreeBuffer(
IntPtr memory
)
<PreserveSigAttribute>
Function StrongNameFreeBuffer (
memory As IntPtr
) As HResult
Dim instance As IClrStrongName
Dim memory As IntPtr
Dim returnValue As HResult
returnValue = instance.StrongNameFreeBuffer(memory)
[PreserveSigAttribute]
HResult StrongNameFreeBuffer(
[InAttribute] IntPtr memory
)
[<PreserveSigAttribute>]
abstract StrongNameFreeBuffer :
memory : IntPtr -> HResult
No code example is currently available or this language may not be supported.
[Missing <param name="memory"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameFreeBuffer(System.IntPtr)"]
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameFreeBuffer(System.IntPtr)"]