System.Net.CFObject.GetIndirect C# (CSharp) Method

GetIndirect() public static method

public static GetIndirect ( IntPtr handle, string symbol ) : IntPtr
handle IntPtr
symbol string
return IntPtr
		public static IntPtr GetIndirect (IntPtr handle, string symbol)
		{
			return dlsym (handle, symbol);
		}