public ObjectAttributes(
string name,
ObjectHandleAttributes attributes
)
Public Sub New (
name As String,
attributes As ObjectHandleAttributes
)
Dim name As String
Dim attributes As ObjectHandleAttributes
Dim instance As New ObjectAttributes(name, attributes)
public:
ObjectAttributes(
String^ name,
ObjectHandleAttributes attributes
)
new :
name : string *
attributes : ObjectHandleAttributes -> ObjectAttributes
No code example is currently available or this language may not be supported.