MonobjcMonobjc Documented Class Library
GetExtern<(Of <(<'T>)>)> Method (framework, symbol)
NamespacesMonobjcObjectiveCRuntimeGetExtern<(Of <<'(T>)>>)(String, String)
Gets the symbol.
Declaration Syntax
C#Visual BasicVisual C++
public static T GetExtern<T>(
	string framework,
	string symbol
)
Public Shared Function GetExtern(Of T) ( _
	framework As String, _
	symbol As String _
) As T
public:
generic<typename T>
static T GetExtern(
	String^ framework, 
	String^ symbol
)
Generic Template Parameters
T

[Missing <typeparam name="T"/> documentation for "M:Monobjc.ObjectiveCRuntime.GetExtern``1(System.String,System.String)"]

Parameters
framework (String)
The framework.
symbol (String)
The symbol.
Return Value

[Missing <returns> documentation for "M:Monobjc.ObjectiveCRuntime.GetExtern``1(System.String,System.String)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc (Module: Monobjc)