runtime.interopservices._PropertyInfo

_PropertyInfo

package cs-system-runtime-interopservices

implemented by PropertyInfo

Available on cs

Variables

read only Attributes:PropertyAttributes

read only CanRead:Bool

read only CanWrite:Bool

read only DeclaringType:Type

read only IsSpecialName:Bool

read only MemberType:MemberTypes

read only Name:String

read only PropertyType:Type

read only ReflectedType:Type

Methods

GetAccessors ():NativeArray<MethodInfo>

GetAccessors (nonPublic:Bool):NativeArray<MethodInfo>

GetCustomAttributes (inherit:Bool):NativeArray<Dynamic>

GetCustomAttributes (attributeType:Type, inherit:Bool):NativeArray<Dynamic>

GetGetMethod ():MethodInfo

GetGetMethod (nonPublic:Bool):MethodInfo

GetIDsOfNames (riid:Ref<Guid>, rgszNames:IntPtr, cNames:UInt, lcid:UInt, rgDispId:IntPtr):Void

GetIndexParameters ():NativeArray<ParameterInfo>

GetSetMethod ():MethodInfo

GetSetMethod (nonPublic:Bool):MethodInfo

GetType ():Type

GetTypeInfo (iTInfo:UInt, lcid:UInt, ppTInfo:IntPtr):Void

GetTypeInfoCount (pcTInfo:Out<UInt>):Void

GetValue (obj:Dynamic, index:NativeArray<Dynamic>):Dynamic

GetValue (obj:Dynamic, invokeAttr:BindingFlags, binder:Binder, index:NativeArray<Dynamic>, culture:CultureInfo):Dynamic

Invoke (dispIdMember:UInt, riid:Ref<Guid>, lcid:UInt, wFlags:Int16, pDispParams:IntPtr, pVarResult:IntPtr, pExcepInfo:IntPtr, puArgErr:IntPtr):Void

IsDefined (attributeType:Type, inherit:Bool):Bool

SetValue (obj:Dynamic, value:Dynamic, index:NativeArray<Dynamic>):Void

SetValue (obj:Dynamic, value:Dynamic, invokeAttr:BindingFlags, binder:Binder, index:NativeArray<Dynamic>, culture:CultureInfo):Void

ToString ():String

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/runtime/interopservices/_PropertyInfo.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部