CodeSource.Location Property

Definition

Gets the location associated with this code source.

public Java.Net.URL? Location { [Android.Runtime.Register("getLocation", "()Ljava/net/URL;", "")] get; }
[<get: Android.Runtime.Register("getLocation", "()Ljava/net/URL;", "")>]
member this.Location : Java.Net.URL

Property Value

URL

The location URL, or null when no location was supplied.

Attributes

Remarks

Java documentation for java.security.CodeSource.getLocation().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to