Share via


NSBundle.ObjectForInfoDictionary(String) Method

Definition

[Foundation.Export("objectForInfoDictionaryKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject ObjectForInfoDictionary(string key);
[<Foundation.Export("objectForInfoDictionaryKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ObjectForInfoDictionary : string -> Foundation.NSObject
override this.ObjectForInfoDictionary : string -> Foundation.NSObject

Parameters

key
String

Returns

Attributes

Applies to