monoandroid
namespace Android.App
{
[Register("android/app/Service", DoNotGenerateAcw = true)]
public abstract class Service : ContextWrapper, IComponentCallbacks, IComponentCallbacks2, IJavaObject, IJavaPeerable, IDisposable
{
[Register("dump", "(Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")]
protected virtual void Dump(FileDescriptor? fd, PrintWriter? writer, string![]? args);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |