System.Net.CFObject.GetIndirect C# (CSharp) Метод

GetIndirect() публичный статический Метод

public static GetIndirect ( IntPtr handle, string symbol ) : IntPtr
handle IntPtr
symbol string
Результат IntPtr
		public static IntPtr GetIndirect (IntPtr handle, string symbol)
		{
			return dlsym (handle, symbol);
		}