ClassModifiers()Return an value OR-ing together the source language modifiers that can be applied to a class.
Clone()Creates and returns a copy of this object.
(Inherited from Object) java语法基础双语 ConstructorModifiers()Return an value OR-ing together the source language modifiers that can be applied to a constructor.
Dispose() (Inherited from Object) Dispose(Boolean) (Inherited from Object) Equals(Object)Indicates whether some other object is "equal to" this one.
(Inherited from Object) FieldModifiers()Return an value OR-ing together the source language modifiers that can be applied to a field.
GetHashCode()Returns a hash code value for the object.
(Inherited from Object) InterfaceModifiers()Return an value OR-ing together the source language modifiers that can be applied to an interface.
IsAbstract(Int32)Return if the integer argument includes the modifier, otherwise.
IsFinal(Int32)Return if the integer argument includes the modifier, otherwise.
IsInterface(Int32)Return if the integer argument includes the modifier, otherwise.
IsNative(Int32)Return if the integer argument includes the modifier, otherwise.
IsPrivate(Int32)Return if the integer argument includes the modifier, otherwise.
IsProtected(Int32)Return if the integer argument includes the modifier, otherwise.
IsPublic(Int32)Return if the integer argument includes the modifier, otherwise.
IsStatic(Int32)Return if the integer argument includes the modifier, otherwise.
IsStrict(Int32)Return if the integer argument includes the modifier, otherwise.
IsSynchronized(Int32)Return if the integer argument includes the modifier, otherwise.
IsTransient(Int32)Return if the integer argument includes the modifier, otherwise.
IsVolatile(Int32)Return if the integer argument includes the modifier, otherwise.
JavaFinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
(Inherited from Object) MethodModifiers()Return an value OR-ing together the source language modifiers that can be applied to a method.
Notify()Wakes up a single thread that is waiting on this object's monitor.
(Inherited from Object) NotifyAll()Wakes up all threads that are waiting on this object's monitor.
(Inherited from Object) ParameterModifiers()Return an value OR-ing together the source language modifiers that can be applied to a parameter.
SetHandle(IntPtr, JniHandleOwnership)Sets the Handle property.
(Inherited from Object) ToArray<T>() (Inherited from Object) ToString()Returns a string representation of the object.
(Inherited from Object) ToString(Int32)Return a string describing the access modifier flags in the specified modifier.
UnregisterFromRuntime() (Inherited from Object) Wait()Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.
(Inherited from Object) Wait(Int64)Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.
(Inherited from Object) Wait(Int64, Int32)版权声明:
本文来源网络,所有图片文章版权属于原作者,如有侵权,联系删除。
本文网址:https://www.bianchenghao6.com/h6javajc/19420.html