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.

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://51itzy.com/kjqy/8752.html