C# Class BOLTStack.UTF8MarshalerNoCleanUp

Inheritance: UTF8Marshaler
Show file Open project: fanfeilong/boltstack

Public Methods

Method Description
CleanUpNativeData ( IntPtr pNativeData ) : void
GetInstance ( string cookie ) : ICustomMarshaler

Method Details

CleanUpNativeData() public method

public CleanUpNativeData ( IntPtr pNativeData ) : void
pNativeData System.IntPtr
return void

GetInstance() public static method

public static GetInstance ( string cookie ) : ICustomMarshaler
cookie string
return ICustomMarshaler