Monobjc.BlockMarshaler.MarshalNativeToManaged C# (CSharp) Method

MarshalNativeToManaged() public method

Converts the unmanaged data to managed data.
public MarshalNativeToManaged ( IntPtr pNativeData ) : Object
pNativeData System.IntPtr A pointer to the unmanaged data to be wrapped.
return Object
		public Object MarshalNativeToManaged (IntPtr pNativeData)
		{
			throw new NotSupportedException (Resources.BlockCannotBeUnmarshalled);
		}